Andrea Pavone
Andrea Pavone
I encountered the same issue and was able to resolve it by removing all classes from the `body` element and adding a child `div`: **BEFORE:** ```html {children} ``` **AFTER:** ```html...
Also added Fixes present on Pull Request #4
Hi @enduluc, I have looked at and tested the code responsible for this error message, but I am unable to reproduce this error: > INFO[2024-07-27T14:20:06-04:00] conditions.uri.IsValidUriResponse(): response not 200, disabling...
Hi @enduluc, As I mentioned earlier: > The Kerberos External Condition URI check will fail if these conditions are met: > - The remote endpoint returns an HTTP code strictly...
Hi @mattgaviota, I encountered a similar issue with 404 errors and redirects when setting up a reverse proxy. Have you tried setting the `Host` header to ensure proper routing? Here’s...