I'm trying to run Umbraco in a container, but I'm experiencing some weird issues:
* If I don't configure a domain in the backoffice for a site, then redirects work fine - but normal pages won't load
* If I do configure a domain in the backoffice for a site, then all the redirects are broken but normal pages load as expected
I'm setting
Umbraco:CMS:WebRouting:UmbracoApplicationUrl
in an appsettings.json file. Any ideas?
Gaz Oakley
01/13/2025, 3:42 PM
Things seem to work fine on an IIS hosted version - maybe it's an issue with running in a container?
Gaz Oakley
01/13/2025, 3:56 PM
Oh
Gaz Oakley
01/13/2025, 3:57 PM
So, the broken copy of the site had had a content item named Statuscodes appear from seemingly nowhere
Gaz Oakley
01/13/2025, 3:57 PM
Deleting it seems to get things working without having to specify a domain on the main content
Gaz Oakley
01/13/2025, 3:58 PM
I'm guessing both things were fighting to be the e.g. homepage