Copied to clipboard

Flag this post as spam?

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


  • claudio morandi 22 posts 90 karma points
    Apr 18, 2018 @ 13:03
    claudio morandi
    0

    Calling /umbraco without final slash show blank page (umbraco 7.10.2)

    Hello I have this issue only on my production server (Azure) in load balancing with SSL certificate. On localhost and test server the "/umbraco" path loads correctly the administration. So I guess something is wrong on my IIS config or on some Umbraco settings. I tried some solutions found here but they seem pretty old issues. Any suggestion please? My configuration about reserved path is the umbraco default

  • Kerri Mallinson 113 posts 497 karma points
    Apr 18, 2018 @ 13:10
    Kerri Mallinson
    0

    Hi Claudio,

    May not be related but did you change this to true in the web config?

     <add key="umbracoUseSSL" value="false" />
    
  • claudio morandi 22 posts 90 karma points
    Apr 18, 2018 @ 13:13
    claudio morandi
    0

    Hello Kerri yes it's actually set to true

    web.config

    umbracoConfigurationStatus = 7.10.2

    umbracoReservedUrls = "~/config/splashes/booting.aspx,~/install/default.aspx,~/config/splashes/noNodes.aspx,~/VSEnterpriseHelper.axd"

    umbracoReservedPaths = "~/umbraco,~/install/"

    umbracoPath = "~/umbraco"

    umbracoHideTopLevelNodeFromPath = true

    umbracoUseDirectoryUrls = true

    umbracoUseSSL = true

    umbracosettings.config

    addTrailingSlash = true

  • Kerri Mallinson 113 posts 497 karma points
    Apr 18, 2018 @ 13:20
    Kerri Mallinson
    0

    does it re-direct when you go to /umbraco to either:

    /umbraco#/login/false?returnPath=%252Fumbraco

    or

    /umbraco#/umbraco

  • claudio morandi 22 posts 90 karma points
    Apr 18, 2018 @ 13:23
    claudio morandi
    0

    blank page, no url redirection.

    If I check the browser console, I see that it's trying to call /Application?umb__rnd=72000184c351a9465c9b1729d2eeb700 without the umbraco folder.

    Obviously it receives a 404

  • Kerri Mallinson 113 posts 497 karma points
    Apr 18, 2018 @ 13:27
    Kerri Mallinson
    0

    i'm not too familiar with load balancing, have you checked your configurations against the ones in the documentation here, i think you should just access the administration on one server?

    https://our.umbraco.org/documentation/getting-started/setup/server-setup/load-balancing/

    https://our.umbraco.org/documentation/getting-started/setup/server-setup/load-balancing/flexible

  • claudio morandi 22 posts 90 karma points
    Apr 18, 2018 @ 13:30
    claudio morandi
    0

    yes you're right, that's something to check

    but actually we disabled the second webserver so it's not on load balancing anymore and the problem is still present

Please Sign in or register to post replies

Write your reply to:

Draft