Hey, so I'm probably doing something dumb. But every time I put our build into umbraco "production" mode in app settings. I get an umbraco generated 404. It's simply a white blank screen saying 404 page not found in the centre. If I look at the source in Chrome it says no published nodes found! Turn the mode off and the site works fine.
The site is running in Azure on an app service, blob, etc etc. all the usual stuff, but no load balancing.
When deploying to your Azure service, can you check the build appsettings.json file afterwards? This is just to make sure, that the connectiontsring etc. are correct and not replaced by something else.
Alternatively, check Application Insights to see if any exceptions are thrown.
Weird issues in umbraco 11 production mode
Hey, so I'm probably doing something dumb. But every time I put our build into umbraco "production" mode in app settings. I get an umbraco generated 404. It's simply a white blank screen saying 404 page not found in the centre. If I look at the source in Chrome it says no published nodes found! Turn the mode off and the site works fine.
The site is running in Azure on an app service, blob, etc etc. all the usual stuff, but no load balancing.
Can someone help me get this mode working?
Martin.
Hi Drummerboy46,
When deploying to your Azure service, can you check the build appsettings.json file afterwards? This is just to make sure, that the connectiontsring etc. are correct and not replaced by something else.
Alternatively, check Application Insights to see if any exceptions are thrown.
is working on a reply...