You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I upgrade @supabase/auth-js from v2.66.1 to v2.67.0, my password update calls to don't fire a network request and never return (using Nuxt 3 but this is called on a non-SSR page). Here is the code I use
I just updated to supabase-js 2.47.10, and node modules shows auth-js at 2.67.3. I'm not having any issues; password updates, data and error are logging afterwards.
Bug report
Describe the bug
When I upgrade
@supabase/auth-js
fromv2.66.1
tov2.67.0
, my password update calls to don't fire a network request and never return (using Nuxt 3 but this is called on a non-SSR page). Here is the code I useTo Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
@supabase/supabase-js
await client.auth.updateUser({ password: 'thisIsTest4!' })
Expected behavior
Like in previous versions, the password update should work.
Screenshots
If applicable, add screenshots to help explain your problem.
System information
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: