-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Quickstart] 500 Internal Server Error #285
Comments
In sso proxy logs : |
I commented out this line : - PROVIDER_URL_INTERNAL=http://host.docker.internal |
I am experiencing the same error |
@Jusshersmith Do you have an idea what this might be? |
On the docker-compose file there is an environment variable called |
As a workaround you can set it manually can do execute |
I encountered same problem. In my case, adding $ ip r # on your host
default via 10.0.2.2 dev eth0 metric 1
... then quickstart/docker-compose.yml: expose:
- 4180
+ extra_hosts:
+ - host.docker.internal:10.0.2.2 Related: docker-archive/toolbox#823 |
This was my issue & the solution for this on k8s: #102 |
Describe the bug
Getting 500 internal server error after authenticating with google on redirect in quickstart.
Screenshots
The text was updated successfully, but these errors were encountered: