Browsing a new project results in an infinite redirect loop
Immediately after creating a new Sitefinity 4.1 project using the project manager and clicking the Browse button, the web browsers ends up in an infinite redirect loop.
Here is the error page from Chrome:
Hello Michiel,
Try removing the dash and dot from the project name. Create a new project without symbols in the name. There are issues when you use dots. We have to add validation to the name field of the Project Manager.
Kind regards,
Ivan Dimitrov
the Telerik team
Ok, wil try that, thanks!
I noticed that the database name shouldn't have a dash either, as the ORM will not escape it (for example when creating a new database).
I think there should not be an issue instead there being a validator. After all, it's a valid URL so Sitefinity (being a web content management system) should 'just work'
Thanks for considering!