v. 3.30 Problem: This webpage has a redirect loop

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
9 years ago
Has anyone made any progress with this?  I'm having the same issue...

Nopcommerce 3.30 works on my local development PC but I'm getting a redirect loop when running it on our server: login -> install -> login -> install etc.  I've installed .NET 4.5.1 on our server (Windows Server 2012) but no luck.

Any ideas?
9 years ago
For anyone that has a similar issue in the future:

My problem was that I hadn't enabled Anonymous authentication in IIS - this hadn't caused an issue when installing previous versions of Nop, but in 3.30 this causes a constant redirect to login and then back to install.

Silly mistake but maybe this will help someone.
9 years ago
It happened to me when I was trying to setup my site on a local machine using an existing production database backup.
Root cause of my issue was:

1. Same http and https URL
2. SSLEnabled set to true.

Infinite redirection was happening in my case because both http and https urls were the same.

Solution: Changed SSLEnabled to false.
9 years ago
Please help me, I have a problem with my website. "Your home page is returning a redirect loop". Can anyone help me?
9 years ago
Hi Guys,
I was getting this in certain product pages in my applicatiion.
I was able to fix this by changing the Search engine friendly name for the product to something unique (there was duplicate slugs in the DB)
4 years ago
I battled this for days. Finally found the solution which worked for me was to add this to web.config:

<add key="Use_HTTP_X_FORWARDED_PROTO" value="true" />

Hope that helps someone else!

Nick
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.