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 239 posts 573 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 539 posts 2101 karma points
    May 25, 2020 @ 15:45
    Yakov Lebski
    0

    please verify what all files was copied

  • lori ryan 239 posts 573 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 539 posts 2101 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 239 posts 573 karma points
    May 25, 2020 @ 19:56
    lori ryan
    0

    As always umbraco community rocks thank you guys

Please Sign in or register to post replies

Write your reply to:

Draft