Whenever i try to go to https://mywebsite.com/umbraco, I get too many redirects which ultimately fails the page load.
All I've done is create the Umbraco 11.2.2 project from Visual Studio and straight up deploy it through FTP to my Ubuntu + Plesk server.
Domain and certificate are fine. The content delivery is fine, except that of course I have the Umbraco "No Content" default page since I am unable to access the backoffice.
The installation must have worked fine though, otherwise there wouldn't even be the "No Content" page, I am 99% sure.
I've solved it by not flagging "Use HTTPS redirect" in Visual Studio when creating the project (I created it anew), which I guess it's virtually the same as what you're saying here
Too many redirects when requesting backoffice
Whenever i try to go to https://mywebsite.com/umbraco, I get too many redirects which ultimately fails the page load.
All I've done is create the Umbraco 11.2.2 project from Visual Studio and straight up deploy it through FTP to my Ubuntu + Plesk server.
Domain and certificate are fine. The content delivery is fine, except that of course I have the Umbraco "No Content" default page since I am unable to access the backoffice.
The installation must have worked fine though, otherwise there wouldn't even be the "No Content" page, I am 99% sure.
Hi, try setting this to false in appsettings.json
I've solved it by not flagging "Use HTTPS redirect" in Visual Studio when creating the project (I created it anew), which I guess it's virtually the same as what you're saying here
is working on a reply...