getting error too many redirects on appharbor
i'm having problems trying to run my website in appharbor, it builds but i can't access it because of error ERR_TOO_MANY_REDIRECTS, searching on it, i already tried:
turn off precompilation,
disabling custom errors on web-config,
disabling debug mode,
creating a class RequireHttpsAttribute which overrides OnAuthorization (not sure where to put this, is at the controller folder right now) but still got the same problem.
any other solution that i can try?
Discussions are closed to public comments.
If you need help with AppHarbor please
start a new discussion.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by rune on Jul 18, 2015 @ 04:49 PM
Hi,
It sounds like the issue is related to using the default
RequireHttpsAttribute
. It sounds like you've created an implementation similar to this one, which addresses this issue, but you expressed doubt about where to use it?You can use/place it anywhere you'd use the default attribute, just make sure that you actually use your own implementation instead of the default one.
Best,
Rune
rune closed this discussion on Aug 03, 2015 @ 09:53 PM.