You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this happening as a WikiGuest or anytime, even when authenticated? If not authenticated yet, AutoRedirectPlugin might kick in trying to obfuscate any access to the System web. The next thing to look for why this redirect fails is DefaultUrlHost not being set correctly: it seems to default to http://localhost (being set twice in
). This blocks any other redirect. Next, AutoRedirectPlugin kicks in again and the loop starts over again, it seems. Or add additional urls to PermittedRedirectHostUrls.
On Tue., May 5, 2020, 7:12 a.m. Michael Daum, ***@***.***> wrote:
Is this happening as a WikiGuest or anytime, even when authenticated? If
not authenticated yet, AutoRedirectPlugin might kick in trying to obfuscate
any access to the System web. The next thing to look for why this redirect
fails is DefaultUrlHost not being set correctly, or adding additional urls
to PermittedRedirectHostUrls.
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAH3N6ZL4ZBJQST536LYGHDRP7RCHANCNFSM4MZGE2PA>
.
Prior to login clicking on the System Web or the Help Menu items results in a redirect loop:
http://docker-foswiki.local:8765/bin/oops/System/AdminDocumentationCategory?template=oopsredirectdenied;def=redirect_denied;param1=http://docker-foswiki.local:8765/Main/WebHome;param2=http://localhost
The text was updated successfully, but these errors were encountered: