Matt Voska

Results 15 comments of Matt Voska

I'd love to see this as well. I have a battery powered light sensor running off an esp32c3 and I want it to sleep all night when there is no...

This is a docker issue: https://docs.docker.com/network/packet-filtering-firewalls/

Here's the problematic [code](https://github.com/calcom/cal.com/blob/b3c822abf750f91a5312f13e7642acb33fc82542/packages/lib/server/i18n.ts#L21): ``` try { const res = await fetch(`${WEBAPP_URL}/static/locales/en/common.json`, { cache: process.env.NODE_ENV === "production" ? "force-cache" : "no-store", }); ``` It's calling NEXT_PUBLIC_WEBAPP_URL server side first thing...

Have you set your `NEXTAUTH_URL` ? https://github.com/calcom/docker?tab=readme-ov-file#client_fetch_error

General consensus is separate db containers for each service: https://www.reddit.com/r/docker/comments/dwlvt6/one_database_per_container_or_one_for_everything/