Deep Linking not working / Docs outdated
See original GitHub issueBug report
Describe the bug
I’m following the documentations for setting up Deep Linking on Flutter (https://supabase.com/docs/guides/with-flutter#setup-deep-links), but whenever I click on the link in the email confirmation link I’m greeted with the following message:
{"message": "No API key found in request"}
I’m also kind of confused how to setup it correctly, some things are outdated (for example settings up redirect URLs) and there is no clear documentation on how to handle the callback.
To Reproduce
- Create auth
- Sign up
- Click on link
Expected behavior
No error response & you should be redirected to the app correctly
System information
- OS: Android, Linux
- Browser: Firefox
- Version of supabase_flutter: 0.3.3
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Verify and maintain deep links - Play Console Help
Helping you identify deep link setup issues at a glance, so you can resolve them sooner. Offering a powerful search feature so you...
Read more >Deep linking not working on any other browser other then ...
This flow working perfectly if I browse link using chrome browser but if I use any other browser apps for browsing like UC,...
Read more >Deep linking with Authentication Flow · Issue #97 - GitHub
Hello, I am really new to this library and working on my app to replace old deprecated navigator with this one. I got...
Read more >Everything a developer needs to know about deep linking
This guide will help a technically savvy audience to get attribution and deep linking right and help to leverage some of the more...
Read more >A complete guide to mobile app deep linking | Adjust
A common and old technique to solve this problem is using iframe to load the deep link URL and having a delayed JavaScript...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Is there any update on this?
@dariocast Could you upgrade your supabase-flutter version to 1.2.0 and retry?