Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Nick 4 posts 84 karma points
    Apr 03, 2023 @ 09:10
    Nick
    0

    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.

  • mc2 13 posts 73 karma points
    Apr 03, 2023 @ 10:59
    mc2
    100

    Hi, try setting this to false in appsettings.json

    {
        "Umbraco": {
            "CMS": {
                "Global": {
                    "UseHttps": true
                }
            }
        }
    }
    
  • Nick 4 posts 84 karma points
    Apr 03, 2023 @ 12:20
    Nick
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft