-
-
Notifications
You must be signed in to change notification settings - Fork 210
supporting old app_links versions causes caught exception notifications for many users #1124
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
Comments
Facing Same Issue |
I have same problem |
Same issue |
Hi, I've moved this issue over from the supabase repo as its flutter related. |
This is effectively a duplicate of #941, but since this is bad for developer experience when having the stop on caught exception setting turned on in vscode, I would propose we do a breaking change and bump the app links dependency. This way we don't have to support both apis.< |
Im able to reproduce the bug. |
Bug report
Describe the bug
Bug occurs upon initiation
A clear and concise description of what the bug is.
Exception has occurred on line 198 (supabase-flutter/packages/supabase_flutter/lib/src /supabase_auth.dart)
NoSuchMethodError (NoSuchMethodError: Class 'AppLinks' has no instance method 'getInitialAppLink'.
Receiver: Instance of 'AppLinks'
Tried calling: getInitialAppLink())
To Reproduce
Run app
Steps to reproduce the behavior, please provide code snippets or a repository:
Expected behavior
Supabase authentication
Screenshots
If applicable, add screenshots to help explain your problem.
System information
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: