This repository has been archived by the owner on Feb 25, 2022. It is now read-only.
Replies: 4 comments 4 replies
-
have you enabled debugging on the |
Beta Was this translation helpful? Give feedback.
1 reply
-
The GR debug output only happens during debugging. You may want to provide a |
Beta Was this translation helpful? Give feedback.
1 reply
-
Not currently. @johnpryan is that something that we can do with the logging API? |
Beta Was this translation helpful? Give feedback.
2 replies
-
excellent |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an app using go_router, I used
flutter build web
and uploaded to two s3 bucket/cloudfront cdn:The only difference is an api server reference:
api-staging
vsapi
Deep linking works here:
https://previewapp-staging.tempokit.com/workouts/5e8e48d30b7751766ae4ec15
Deep linking doesn't work and it redirects to the
/
route.https://previewapp.tempokit.com/workouts/5e8e48d30b7751766ae4ec15
(i set both cloudfront cdns to use redirect errors to '/index.html')
What's a good way to debug? I set
debugLogDiagnostics: true
but see no useful info in the redirection or deep link failing.I checked in the Firefox console and only see this as the difference:
In Chrome, I only see:
Beta Was this translation helpful? Give feedback.
All reactions