Closed gibsorya closed 2 weeks ago
Please show the actual thrown exception. It should contain a message
or similar to give some context on what's the issue. It should be shown in vscode when debugging and printed to the console, if not caught and handled.
Please show the actual thrown exception. It should contain a
message
or similar to give some context on what's the issue. It should be shown in vscode when debugging and printed to the console, if not caught and handled.
Sorry about that! I updated the original post to include that info.
Describe the bug Hello! I am trying to provide an Auth0 access token to Supabase, but find myself unable to do so. After a little debugging I discovered that the Supabase initialize code is still initializing an instance of
SupabaseAuth
even with an accessCode, which referencesSupabase.instance.client.auth
. I believe this was introduced in #999To Reproduce Steps to reproduce the behavior:
Expected behavior
Supabase.initialize
should accept a custom access token.Screenshots Here is the call stack for this bug:
Here is the exception being thrown:
Version: On Linux/macOS
Additional context For context, here is the code where I am initializing Supabase:
Here is the exception message: