primocms/primo

Signup Failed with unknown error after deployed on Vercel

rielcfb opened this issue · 4 comments

Please add as much information as possible to help us reproduce the issue.
Hello, it is nice project and interesting, so I tried to test it and deploy on Vercel followed the steps. But, after it deployed succeed I want to signup the first user, it is failed with the request response unknown error.
below is the request response on devtool:

{
    "type": "success",
    "status": 200,
    "data": "[{\"success\":1,\"error\":2},false,\"Unknown error\"]"
}

Sorry about that; just had a big update so something must have gone wrong. I'm AFK today but I'll check on it tomorrow.

@rielcfb I just created a project from scratch and was able to sign up without issue. Did you paste the schema into your Supabase project as well?

@mateomorris Hi, yes I have pasted the schema into Supabase, but I think the problem is on my Supabase, the request response to Supabase is 401, and 403 and I have input correct Supabase environments vars.

image

I too am having the same issue with both Vercel and Netlify.