Hey all,
We're encountering a real weird issue in one of our solutions. When you go to the page https://www.coffeefresh.nl/Duurzaam you'll get an error in Chrome that there are too many redirects. I don't have confirmation it happening in any other browser. The error is helpful though, because if you remove your cookies then the page will work and it won't redirect at all. The culprit in the cookies seems to be ASP.NET_sessionid, because if you remove it the page immediately works. However if you remove the cookies again and then go to the homepage and then back to duurzaam then most of the time the error is back. So we can't just tell the customer to tell their clients to clear the cookies one time, because the problem will come back after a while. Also this is the only page in the solution which shows this behaviour, all other pages seem to work just fine.
We've checked if there's any shortcuts set up or direct paths. I've noticed there were old pages named similarly who redirected to the page but I've removed the redirects there (even though the old pages were unpublished).
In the redirect message we've also noticed this: X-DWAPP-MSG with the value 301 from 404 handler.
I am wondering if anyone has an idea of what could cause this problem and how we could fix it. Any help would be greatly appreciated!
Kind regards,
André van der Zijden