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

Server already initialized. Sign in as the server owner to invite users. #348

Closed me-abhishekpal closed 9 months ago

me-abhishekpal commented 10 months ago

First up, thanks for the project. looks promising and I can see that we have several amazing uses for it.

I followed the steps to the tee to deloy on vercel with supabase and github.

No matter what, it always gives me below error on sign up.

image

I tried debugging, got this in the console.

Uncaught (in promise) Error: Cannot read properties of undefined (reading 'RUNTIME') at wrappedSendMessageCallback

image

Please help !

me-abhishekpal commented 9 months ago

Another thing I noticed, In video demo, the first page after deployment has a create account button, while mine is Sign in. It never has the create account button, i deployed almost 7 times in a row now.

mateomorris commented 9 months ago

Ah that was caused by a recent change. Will fix today

mateomorris commented 9 months ago

Okay @me-abhishekpal should be good now, feel free to re-open if you're still facing the issue after updating