supabase / auth-js

An isomorphic Javascript library for Supabase Auth.
MIT License
321 stars 153 forks source link

OTP signin GoTrue client bug === TypeError: NetworkError when attempting to fetch resource #775

Closed stlbucket closed 6 months ago

stlbucket commented 10 months ago

I have been using OTP login in it's simplest form for an app for a while now. Yesterday it started throwing this error when I try to send the link:


TypeError: NetworkError when attempting to fetch resource.
    resolveFetch helpers.ts:100
    _handleRequest fetch.ts:119
    _request fetch.ts:95
    signInWithOtp GoTrueClient.ts:595
[fetch.ts:121:12](http://localhost:3025/node_modules/.pnpm/@supabase+gotrue-js@2.46.2/node_modules/@supabase/gotrue-js/src/lib/fetch.ts)

​```

i am using supabase 1.88.0 and the nuxt supabase module 1.0.2 with an override for supabase-js 2.33.1
hf commented 6 months ago

This is very likely a local / transient network error. Closing.