handleDeepLink not called on macOS
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