Umbraco 13 → 17 upgrade: All pages returning 404 despite published content and valid templates

Hi @Jaics262

Another thing worth checking: we ran into issues using the older-style Program.cs/Startup.cs split on v17 and had to migrate over to the minimal hosting model (top-level statements in a single Program.cs). Might be worth seeing if that’s the cause for you too.

Justin