Replies: 3 comments 13 replies
-
Where is this error happening? What URL is the browser trying to open? How is that different from state.Uri ? Wrt Firefox, see #117 |
Beta Was this translation helpful? Give feedback.
-
Hey, This is the URL (=state.Uri) it opens in the browser and that I just pasted:
The error I posted is the response I get in the browser from the supabase API. Doesn't matter which browser. Even if I use Just to clarify the workflow:
Honestly wouldn't be surprised if this is just another annoying MAUI Bug somehow. |
Beta Was this translation helpful? Give feedback.
-
I got it working. :) I copied your WebAuthenticator to my project and adjusted it so it would work with the Supabase API. Mainly: I don't pass the state parameter anymore - supabase just doesn't like it. It's a bit problematic because I don't know the Id of the task anymore in the callback but for my use case it shouldn't be a problem (I think). The appInstanceId can always be the same and in the |
Beta Was this translation helpful? Give feedback.
-
Hey,
I am using Supabase and WinUIEx for the authentication in my MAUI Blazor Hybrid App. This is the code I am using:
When I call the code it opens the browser window (tried with Firefox and Edge) but I end up with the following error:
I tried pasting the
state.Uri
in the browser and it works, it even opens my maui app (again since its already open).I also added the url as a valid redirect url in the Supabase dashboard.
Is there something I am missing?
Beta Was this translation helpful? Give feedback.
All reactions