supabase: Deep Linking not working / Docs outdated

Bug 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

  1. Create auth
  2. Sign up
  3. 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

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Reactions: 2
  • Comments: 16 (7 by maintainers)

Most upvoted comments

Is there any update on this?