Hi team,
I was trying to redeploy the project and having an issue running docker-compose, I wasn't sure if you all had encountered this:
error during build:
[vite-plugin-svelte] [plugin vite-plugin-svelte] Error while preprocessing /frontend/src/routes/org/[org_id]/project/[project_id]/+page.svelte - /frontend/src/routes/org/[org_id]/project/[project_id]/+page.svelte:19:1: Unclosed block
file: /frontend/src/routes/org/[org_id]/project/[project_id]/+page.svelte
CssSyntaxError: [plugin vite-plugin-svelte] Error while preprocessing /frontend/src/routes/org/[org_id]/project/[project_id]/+page.svelte - /frontend/src/routes/org/[org_id]/project/[project_id]/+page.svelte:19:1: Unclosed block
at Input.error (/frontend/node_modules/postcss/lib/input.js:113:16)
I'd appreciate if someone else could run the build commands on main and check if they get the same issue.
Hi team,
I was trying to redeploy the project and having an issue running
docker-compose, I wasn't sure if you all had encountered this:I'd appreciate if someone else could run the build commands on
mainand check if they get the same issue.