simpleidserver / SimpleIdServer

OpenID, OAuth 2.0, SCIM2.0, UMA2.0, FAPI, CIBA & OPENBANKING Framework for ASP.NET Core
https://simpleidserver.com/
Apache License 2.0
735 stars 99 forks source link

Troubleshooting docker idserver #790

Closed jhermsen closed 2 months ago

jhermsen commented 2 months ago

Are there any tips to troubleshoot idserver running in docker?

Currently I have 5.0.1 running with traefik as proxy, but the idserver is not responding correctly. The log output of the container I can see no errors. The database is also created with all seeds in place.

When I try to access through the proxy I get a gateway timeout and if I try directly I get a blank page.

Anyone who can advice how to troubleshoot this please let me know.

jhermsen commented 2 months ago

Figured it out and found multiple issues with using Postgres. Creating new issue for that.