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

Stuck in a loop with the deploy button #328

Closed LoneExile closed 11 months ago

LoneExile commented 11 months ago

I'm stuck in a loop with the deploy button (it never completes).

Primo version: latest

I've already added the following to Supabase

alter table symbols
add column index integer;

Despite this, and even after trying with a new GitHub token, the issue persists.

image

image

mateomorris commented 11 months ago

Hmm, looks like there might be some missing data in one of the blocks. Is this the first time you're trying to deploy, and which theme are you using?

LoneExile commented 11 months ago

Theme: bakery

I've successfully deployed this before.

I've also tried creating a new project and deploying it on a new repository, but I'm still facing the same problem. image

and it deploys an empty repository.

image

mateomorris commented 11 months ago

Okay thanks, I'm able to reproduce; looking into it now.

mateomorris commented 11 months ago

Okay should be fixed now. Looks like it was just a corrupted block in that theme so no need to update, just recreate your site with the same theme. Thanks for pointing that out!