-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
Description
Which Umbraco version are you using?
15.3.1
Bug summary
If I attempt to run an umbraco site in production mode as per the docs the backend stops working. Published pages will work but I cannot access the backend.
Specifics
Created a repo with the minimal reproduction https://github.com/nestalk/modetest.
If it is built in Release configuration and run with "ASPNETCORE_ENVIRONMENT": "Production" the backend will not load. But if in appsettings.Production.json you remove or change Umbraco:CMS:Runtime:Mode to another value the backend will load again.
The requests for the css and js files return 404 not found,
Steps to reproduce
run https://github.com/nestalk/modetest in Release build and in "ASPNETCORE_ENVIRONMENT": "Production"
Expected result / actual result
- Expected: backoffice loads
- Actual: blank page
PerplexDaniel
