Azure Error viewing Shopping Cart

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
10 năm cách đây
Hello

I successfully installed NopCommerce via Azure App Gallery with sample data. When I try to open the Shopping cart page it redirects me to errorpage.htm "We're sorry, an internal error occurred.". After giving a few tries the App completely crashes and redirects me to http://www.azurewebsites.net/SiteUnavailable.htm
I am sorry for this, but at the moment I do not know where to find the errorlogs. It seems to be NopCommerce problem not from azure or sqlserver (I think).


Is this aknown behavior?

sincerely
Balaban Senol
10 năm cách đây
Balaban_S wrote:
We're sorry, an internal error occurred

To find out what went wrong you need to turn off the custom errors mode.
1. Open web.config file
2. Find out the following line <customErrors defaultRedirect="errorpage.htm" mode="RemoteOnly">
3. Replace it with <customErrors defaultRedirect="errorpage.htm" mode="Off">
10 năm cách đây
Hi thanks for the fast answer. After deactivating custom Error pages, I found the problem and it was not bug. sorry. :)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.