-
Notifications
You must be signed in to change notification settings - Fork 670
Acquiring an exclusive Navigator LockManager failed #936
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workinghas workaroundIssue has a valid workaround.Issue has a valid workaround.retry with latestUsers should retry with latest version of the SDK.Users should retry with latest version of the SDK.temp - locksTemporary label to group together all the lock-related issues and PRs.Temporary label to group together all the lock-related issues and PRs.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghas workaroundIssue has a valid workaround.Issue has a valid workaround.retry with latestUsers should retry with latest version of the SDK.Users should retry with latest version of the SDK.temp - locksTemporary label to group together all the lock-related issues and PRs.Temporary label to group together all the lock-related issues and PRs.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Bug report
Describe the bug
Angular throws an error saying 'Acquiring an exclusive Navigator LockManager lock immediately failed'.
This is a new angular project created with the angular version 17.
The error is not shown in my other project which is created a month ago.
To Reproduce
supabaseClient = createClient(environment.url, environment.key)to a component (app component)Expected behavior
This error should not be thrown and should be able to use all the methods without errors.
Screenshots
System information
Additional context
Could be a duplicate of this issue from gotrue-js.
Though I was able to signin using provider 'google' I wasn't able to retrieve session after I signin (throws an error saying Invalid API key) though my api keys and url are correct. I am assuming the error is with storage.