smartstore / Smartstore

A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 7
http://www.smartstore.com/
GNU Affero General Public License v3.0
1.21k stars 449 forks source link

Endless redirect loop on install #1097

Closed jakubsenk closed 5 months ago

jakubsenk commented 5 months ago

Describe the bug Hello, I deployed Smartstore on Windows server IIS hosting, but when I run it and try to access the web (through domain or even through localhost) it gets stuck in endless redirecting to install page. However, when I build and run the web locally through visual studio the redirect works as expected.

To Reproduce Steps to reproduce the behavior:

  1. Deploy Smartstore to Windows hosting
  2. Visit the website
  3. See endless redirecting loop error

Expected behavior It should display the install page.

Screenshots obrazek

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

muratcakir commented 5 months ago

Sounds like something that has been fixed in 3ac6b2c and in 2371a15

jakubsenk commented 5 months ago

These commits are 2 weeks old. I was using current development branch from this week. So I am afraid the problem still persists.

jakubsenk commented 5 months ago

Any update on this? Have you tried simulating it? @muratcakir

muratcakir commented 5 months ago

Not reproducible