Copied to clipboard

Flag this post as spam?

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


  • Leo Jebran 9 posts 112 karma points
    Aug 16, 2021 @ 14:13
    Leo Jebran
    0

    Blank update screen after upgrading

    Hey I was trying to update a website from V7.13.1 to V7.15.7

    after updating the NuGet package and merging the config files.

    when I start the website I get the authentication screen for like a second and it gets redirected a few times to a blank page.

    any idea how to solves this and get the upgrade screen.

    please and thank you!a screen shot of the blank page

  • Paul Seal 524 posts 2890 karma points MVP 7x c-trib
    Aug 18, 2021 @ 08:34
    Paul Seal
    0

    Hi In your web.config file, in the umbraco location near the bottom. Try adding this:

    <httpErrors errorMode="Custom" existingResponse="PassThrough" />
    

    When it is with the rest of the location block it will look like this:

    <location path="umbraco">
        <system.webServer>
            <urlCompression doStaticCompression="false" doDynamicCompression="false" dynamicCompressionBeforeCache="false" />
            <httpErrors errorMode="Custom" existingResponse="PassThrough" />
        </system.webServer>
    </location>
    

    I hope that works for you.

    Paul

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies