andreyapopov
TypeError: fetch failed error without much description in the logs
I may need to talk with them maybe. It works locally and on Vercel, but I wonder if Vercel is indeed doing some monkey business like you said, and I'm just missing something. I took the code straight from Supabase template so theoretically it should work, maybe I am indeed missing something simple
33 replies
TypeError: fetch failed error without much description in the logs
So, Supabase seems to be causing another issue actually. I have the following code on the main page:
const supabase = createServerComponentClient({ cookies })
const {
data: { user },
} = await supabase.auth.getUser()
Then there's verification if there's user and different behaviour based on that.
Interestingly, when I login/signup with Supabase both locally and on Vercel redirects work as expected while at Railway it tries to send me to localhost to some strange port
33 replies
TypeError: fetch failed error without much description in the logs
I'm pretty sure it's trying to load an image and failing. I deployed same codebase to Vercel and there are no isses in logs and both images are being displayed while with Railway only one image is displayed and there's this error.
33 replies