Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error on home page when clicking on "help us" #5750

Closed
monsieurtanuki opened this issue Oct 27, 2024 · 0 comments · Fixed by #5754
Closed

Error on home page when clicking on "help us" #5750

monsieurtanuki opened this issue Oct 27, 2024 · 0 comments · Fixed by #5754
Assignees
Labels

Comments

@monsieurtanuki
Copy link
Contributor

monsieurtanuki commented Oct 27, 2024

What

We get the following error when clicking on a "help us" button on the home page, and we cannot go back to the app:

E/flutter ( 3587): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: GoError: There is nothing to pop
E/flutter ( 3587): #0      GoRouterDelegate.pop (package:go_router/src/delegate.dart:92:7)
E/flutter ( 3587): #1      GoRouter.pop (package:go_router/src/router.dart:491:20)
E/flutter ( 3587): #2      AppNavigator.pop (package:smooth_app/pages/navigator/app_navigator.dart:83:20)
E/flutter ( 3587): #3      _ExternalPageState.initState.<anonymous closure> (package:smooth_app/pages/navigator/external_page.dart:79:36)
E/flutter ( 3587): <asynchronous suspension>
E/flutter ( 3587):

Steps to reproduce the behavior

  1. Restart the app
  2. Stay on the scan page, and wait until the app news is loaded, potentially with a "help us" message
  3. Click on the "help us" button
  4. You land on a donation web page, fair enough
  5. But meanwhile there's an error in the logs
  6. Close the web page and you land on an empty screen instead of the app

Screenshot/Mockup/Before-After

home page after closing the web page
Image Image

The text of the "help us" message is ridiculously cropped, but that's another story.

[Edit] For the record the top scan buttons look like crap, but it's only because I haven't used the latest version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging a pull request may close this issue.

2 participants