A newbie with a couple of problems / questions. #16535
Replies: 1 comment
-
@creactiv Hi there! I'm here to help you with your Docker and Traefik configuration. I can assist with bugs, questions, and becoming a contributor. Let's tackle this together! To address the issues you're facing with Cal.com, particularly the "Error 500" and the "Failed to load next.config.js" error, you need to ensure that your environment variables are correctly set, especially
Ensure your NEXTAUTH_URL='http://your-domain.com'
NEXTAUTH_SECRET='your-generated-secret' Regarding the slow Docker image pull, this can be due to network issues, Docker Hub rate limits, or large image sizes. You might want to check your network connection or try pulling the image at a different time. For setting up Traefik with Cal.com in a Docker Compose setup, I couldn't find specific instructions in the repository, but generally, you would define Traefik as a service in your If you continue to face issues, double-check your To continue talking to Dosu, mention @dosu. Written by @dosu, approved by dosu-customer-success |
Beta Was this translation helpful? Give feedback.
-
Hi,
i admit i tried quite a lot of things, reinstalling, running 3.7.11, which made matters worse, because it always came up with" Error 500--- Don't worry, it's on us"
First of all: when pulling, it looks that way, that the last 5 MB of pulling cal.com image will last virtually forever. Strange, huh?
But it's not the last one, i am working on for a couple of days, googling, duck duck-ing, Bing-ing and Copilot-ing
But it looks like, that it won't do, what i want it to do:
I'll got that one and AI said, i would need to have a valid Next_AUTH_URL. Why would i need that one, also it isn't clear to me whether i would utilzes next auth or not,
My looks like this, and this confuses me:
| Skipping Routing Form - Seeding - Pro User not found
calcom | + yarn start
calcom | • Packages in scope: @calcom/web
calcom | • Running start in 1 packages
calcom | • Remote caching disabled
calcom | @calcom/web:start: cache bypass, force executing 87bcce0ea9ee 60e4
calcom | @calcom/web:start: ⨯ Failed to load next.config.js, see more info here https://nextjs.org/docs/messages/next-config-error
calcom | @calcom/web:start: Error: Please set NEXTAUTH_SECRET
calcom | @calcom/web:start: at Object. (/calcom/apps/we b/next.config.js:16:41)
calcom | @calcom/web:start: at Module._compile (node:internal/modu les/cjs/loader:1364:14)
calcom | @calcom/web:start: at Module._extensions..js (node:intern al/modules/cjs/loader:1422:10)
calcom | @calcom/web:start: at Module.load (node:internal/modules/ cjs/loader:1203:32)
calcom | @calcom/web:start: at Module._load (node:internal/modules /cjs/loader:1019:12)
calcom | @calcom/web:start: at ModuleWrap. (node:intern al/modules/esm/translators:203:29)
calcom | @calcom/web:start: at ModuleJob.run (node:internal/module s/esm/module_job:195:25)
calcom | @calcom/web:start: at async ModuleLoader.import (node:int ernal/modules/esm/loader:337:24)
calcom | @calcom/web:start: at async importModuleDynamicallyWrappe r (node:internal/vm/module:432:15)
calcom | @calcom/web:start: at async loadConfig (/calcom/node_modu les/next/dist/server/config.js:678:36)
calcom | @calcom/web:start: ERROR: command finished with error: comman d (/calcom/apps/web) yarn run start exited (1)
calcom | command (/calcom/apps/web) yarn run start exited (1)
calcom |
calcom | Tasks: 0 successful, 1 total
calcom | Cached: 0 cached, 1 total
calcom | Time: 19.172s
calcom | Failed: @calcom/web#start
calcom |
calcom | ERROR run failed: command exited (1)
calcom exited with code 1
Remember, i just wanted to create a docker -compose.yml including Traefik config, and let it do it's work. But no fun :-(
Could someone point me in the right direction? compose.yml and .env are enclosed.
Tia very much, i believe, this would be quite cool, but i at my wits end, so if someone could point me in the right direction, i'd appreciate it.
docker-compose.yml.txt
txt. .env.txt
Thanks and best.
PS whereever you see in my files the domain example.com, I substitue with my domain's info. But for this one it should work as well.
Beta Was this translation helpful? Give feedback.
All reactions