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

SAML: Connection Refused. #291

Open neel-raval opened 11 months ago

neel-raval commented 11 months ago

I'm trying to set up a SAML/OIDC login in my cal.com project, but I get a refused connection to my database. here's an image to further expand my query.

issue 1 issue 2
krumware commented 11 months ago

Are you missing anything from the URL? Typically the Unexpected token < means that URL is serving HTML instead of the expected json, like perhaps a 404 or a soft redirect

krumware commented 11 months ago

On the refused connection, are you able to attach to the container and then verify network connectivity to the database server?