Do you have some redirect on your site? Looks like the site maybe make a request to domain.com but is maybe redirected to otherdomain.com or maybe HTTPS or something like that.
Doesnt give much more info. Somehow the website redirects for some reason. Maybe you have a rewrite rule than doesnt take the /base/ address into account.
Maybe you have some rewrite rules in your web.config or htaccess file. To be able to debug this a developer would need a complete copy of the website files and the DB, instructions for setting up the site and instructions for how to reproduce error.
The page cannot be displayed because an internal server error has occured
Sometimes, when we want to go to the "cart", we get following message: The page cannot be displayed because an internal server error has occured.
How can we solve this?
If we see in the log file, this is the error we get:
Do you have some redirect on your site? Looks like the site maybe make a request to domain.com but is maybe redirected to otherdomain.com or maybe HTTPS or something like that.
Kind regards
Anders
The only place where we redirect was client side Javascript. We assume that the redirect in the stack trace is Umbraco or TeaCommerce side.
We made a fidler capture of the error. Does this help?
Doesnt give much more info. Somehow the website redirects for some reason. Maybe you have a rewrite rule than doesnt take the /base/ address into account.
We only changed something in the views in the cshtml files, not in the codes behind. No changes to MVC routing. Is this what you mean?
Maybe you have some rewrite rules in your web.config or htaccess file. To be able to debug this a developer would need a complete copy of the website files and the DB, instructions for setting up the site and instructions for how to reproduce error.
Kind regards
Anders
is working on a reply...