Copied to clipboard

Flag this post as spam?

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


  • lori ryan 199 posts 529 karma points
    May 25, 2020 @ 13:56
    lori ryan
    0

    production backoffice white screen

    Our deployment of umbraco to production in azure the backoffice isnt accessible. Just get a white screen when I go to /umbraco with lots of 404s showing in the console and

    Uncaught Error: [$injector:modulerr] Failed to instantiate module umbraco due to:
    Error: [$injector:modulerr]
    

    I've cleared the client dependency folder, updated the version number and restarted no luck.

    I've also added the following into the web.config.

    <location path="clientdependency.axd">
      <system.webServer>
         <security>
            <requestFiltering allowDoubleEscaping="true">
               <requestLimits maxUrl="500" maxQueryString="3000" maxAllowedContentLength="52428800" />
            </requestFiltering>
         </security>
       </system.webServer>
    </location>
    

    any other options I can try?

  • Yakov Lebski 427 posts 1654 karma points
    May 25, 2020 @ 15:45
    Yakov Lebski
    0

    please verify what all files was copied

  • lori ryan 199 posts 529 karma points
    May 25, 2020 @ 15:52
    lori ryan
    0

    Published solution copied the files up to the server, restored the db. Website renders just cant get into the backend.

  • Yakov Lebski 427 posts 1654 karma points
    May 25, 2020 @ 16:26
    Yakov Lebski
    100

    the question is it all files from Umbraco folder has been copied to the server?

    if yes - may be security tool is installed like WAF or UrlScan? Cna you check directly in the server and show list of habdlers for this website?

  • lori ryan 199 posts 529 karma points
    May 25, 2020 @ 19:56
    lori ryan
    0

    As always umbraco community rocks thank you guys

  • 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