500 It's not you, it's us
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
I've already lost at least 3h trying to debug this and trying out different things and fixes.
According to the logs, the DB might not be populated, and the default auth credentials unicorn_user and magical_password don't work (the DB logs "wrong credentials used").
Closing for cleanup, please reopen if still experiencing this issue. Thanks!