docker
docker copied to clipboard
SAML: Connection Refused.
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.
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
On the refused connection, are you able to attach to the container and then verify network connectivity to the database server?
Closed due to inactivity.