mirror of
https://github.com/plankanban/planka.git
synced 2026-02-24 11:20:44 +03:00
Chromium Browsers - net::ERR_TOO_MANY_REDIRECTS 308 #134
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dbrennand on GitHub (Oct 5, 2021).
Hi,
So I deployed Planka recently. However, I've been unable to get it to work with any chromium based browser (such as Google Chrome or the new Microsoft Edge).
I get the browser console error:
net::ERR_TOO_MANY_REDIRECTS 308I do not get this issue with Firefox, I'm running behind a reverse proxy however, I'm not conviced this is the reason for the redirects. I think that it could be something related to this stackoverflow post as I'm also hosting on a subdomain and getting a similar issue described here.
I'm not knowledgeable enough on how sails.js works, could anyone point in the right direction on how I may be able to implement the workaround described in the stackoverflow post?
Many Thanks!
EDIT: Or do you think this might be because of trustProxy not being enabled?
@dbrennand commented on GitHub (Oct 5, 2021):
Just tried setting
trustProxy: trueinconfig/env/production.jsbut made no difference.@dbrennand commented on GitHub (Oct 5, 2021):
Issue resolved.
Not entirely sure what fixed it. I think the
trustProxysetting may have done and I hadn't cleared the browser cache and re-checked.