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