Alex
Alex
I tried that, but the result is the same:  I used https://www.pdfforge.org/online/de/pdf-in-pdfa for conversion. I am not sure how to add thos tags that are missing. edit: I jsut...
Same problem here (svelteKit + sentry).
> [@eltigerchino](https://github.com/eltigerchino) attached is a dead-simple project that only requires you to run `npm install` or > [sveltekit-2.21.3-bug-reproduction.zip](https://github.com/user-attachments/files/20791166/sveltekit-2.21.3-bug-reproduction.zip) I dont get any error on build and preview. I dont get...
@abdelfattahradwan, are you running your svelte-app using docker / alpine?
> Yes, that's the bug 😄 well - the strange thing ist, that I am not able to reproduce this locally.
@abdelfattahradwan, I am not able to reproduce this locally with your repo: ```Docker FROM node:23.11.0-alpine3.21 WORKDIR /app COPY . . ENV NODE_ENV=production RUN corepack enable && corepack prepare [email protected] --activate...
[CAL-3995] Error Could not book the meeting. Unexpected token '<', "<!DOCTYPE "... is not valid JSON
We are running cal.com in a docker container. There is no documentation for this environment variable: https://github.com/calcom/docker
Heaving the same problem here (TW4) - any suggestions? Edit: I solved the issue by converting our custom scss file to css. ```css @reference "../../../app.css"; .swal2-icon { @apply mt-2; }...