I downloaded a fresh Blazor template, from this url Create new .NET 8 project - ServiceStack and after running the migration I get this error when attempting to save a new booking
Try creating a new project without selecting any mix options like AutoQuery which it’s already configured with, as it will override the template specific version.
For some reason the Auth stopped being populated for InProcess Gateway (i.e. Blazor Server) requests. I’ve had to make a change in the pre-release versions and update the blazor template to include a Nuget.Config so it installs from the latest pre-release packages.
So if you download a new project from the template it should now work.