calcom / docker

The Docker configuration for Cal.com is an effort powered by people within the community. Cal.com, Inc. does not provide official support for Docker, but we will accept fixes and documentation. Use at your own risk.
MIT License
646 stars 338 forks source link

500 It's not you, it's us #278

Open Sx3 opened 1 year ago

Sx3 commented 1 year ago

I am trying to setup cal.com using docker following the steps in the below link https://github.com/calcom/docker#most-users-running-calcom-with-docker-compose

after the containers up and running and when I access the URL for the 1st time I am getting the error.

500
It's not you, it's us.
Something went wrong on our end. Get in touch with our support team, and we’ll get it fixed right away for you.

Contact Support

as the guide says there is only three required parameters to change NEXTAUTH_SECRET CALENDSO_ENCRYPTION_KEY DATABASE_URL

which is already configured also I have tried inbuilt PostgreSQL database as well as a database running in the host vm too.

anyone having the same issue ? any directions will be helpful. Thanks