supabase-swift
supabase-swift copied to clipboard
OTP auth not working. The app required to open that link can't be found
Bug report
- [x] I confirm this is a bug with Supabase, not with my own application.
- [x] I confirm I have searched the Docs, GitHub Discussions, and Discord.
Describe the bug
Following the official tutorial at https://supabase.com/docs/guides/auth/social-login/auth-apple?queryGroups=platform&platform=swift as well as the video at https://www.youtube.com/watch?v=enVDRqzmudo , state.session it's always nil on supabase.auth.authStateChanges as the logic callback does not work.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
- Follow the tutorial implementation, observe how despite creating new row in the
profilestable, users cannot login via mobile app:
Structure of the URL that attempts to open shows as: https://SUPABASE_URL/auth/v1/verify?token=TOKEN&type=magiclink&redirect_to=io.supabase.user-management://login-callback
Expected behavior
To be able to login
Screenshots
See above
System information
- OS: iOS
- Browser: Safari, DuckDuckGo
- Latest Supabase-swift
Additional context
Add any other context about the problem here.