primocms / primo

Primo is a visual CMS with a built-in code editor, Svelte blocks, and static site generator.
https://primocms.org
MIT License
1.92k stars 474 forks source link

Signup Failed with unknown error after deployed on Vercel #333

Open rielcfb opened 11 months ago

rielcfb commented 11 months ago

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\"]"
}
mateomorris commented 11 months ago

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.

mateomorris commented 10 months ago

@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?

rielcfb commented 10 months ago

@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

elihanani commented 4 months ago

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