I've been encountering this error for a few weeks now and it's finally starting to bother me enough to ask for advice. I get the following error intermittently on any service protected by Pocket ID:
| error | "Failed to reach OIDC issuererror "Failed to reach OIDC issuer |
|---|
But if I reload/refresh the page I'm able to auth. Google suggests this is a DNS issue but the recommendations on how to resolve it haven't been helpful. This is a recent issue and it was working fine before. I *think* it started when I began using the container name in the reverse proxy rather than IP address which, admittedly, points to a DNS thing. Before I go through the trouble of editing the Caddyfile and testing for weeks, wondering if anyone else has thoughts. I would also like to get this to work correctly out of pure stubborn-ness.
My setup listed below.
- Ubuntu Server and all services in Docker
- Caddy handling reverse proxy duties, TLS, all these services are served w/ FQDN
- All services on the same 'proxy' network accessed as
recipes.mydomain.org { reverse_proxy mealie:9000 - All ports are closed. AdGuard home running on a Pi doing DNS rewrite work
[link] [留言]