supabase-flutter icon indicating copy to clipboard operation
supabase-flutter copied to clipboard

handleDeepLink not called on macOS

Open Wizzel1 opened this issue 2 years ago • 0 comments

Describe the bug Up until today I used https://pub.dev/packages/url_protocol to handle the auth callbacks and it worked as expected. However this package has not been updated in 2 years so I needed to replace it to resolve dependency errors and I decided to use https://pub.dev/packages/protocol_handler. With the new package however, the auth callbacks no longer work on macOS.

On windows it works as expected, I recieve the url and Supabase immediately logs *** SupabaseAuthState handleDeeplink

Don't know if this is related to https://github.com/supabase/supabase-flutter/issues/554 or if this is caused by the new package I am using. I assume it has to do with supabase because I still recieve the url on macOS but the *** SupabaseAuthState handleDeeplink does not get printed in the console.

Expected behavior I expected supabase to handle the auth link

Version (please complete the following information):

????????? supabase_flutter 1.10.16
???   ????????? supabase 1.11.3
???   ???   ????????? functions_client 1.3.2
???   ???   ????????? gotrue 1.12.1
???   ???   ????????? postgrest 1.5.0       
???   ???   ????????? realtime_client 1.2.1 
???   ???   ????????? storage_client 1.5.2 

Wizzel1 avatar Sep 06 '23 11:09 Wizzel1