hi
This is a bug from asp net core https://github.com/dotnet/aspnetcore/issues/40928
We will fix it in the next version.
Temp solution
// If using Kestrel:
Configure<KestrelServerOptions>(options =>
{
options.AllowSynchronousIO = true;
});
// // If using IIS:
// Configure<IISServerOptions>(options =>
// {
// options.AllowSynchronousIO = true;
// });
hi
I'm guessing the DBMigrator.exe would have to be built and deployed somewhere that has access to the host DB running in Azure so that it could be run against it.
Yes, That's it designed.
hi
It is also difficult to find the reason via the call.
I always need to reproduce the problem on my locally.
hi
, the following display the header and navigation side menu before redirecting to Account/Login...
If the current user is not authenticated the menu and header should be empty, right?
If there is a problem how can I reproduce it?
hi
If you can share a simple project to reproduce that will be great.
liming.ma@volosoft.com
hi
We are not familiar with Azure.
Yes, I was able to publish the application to a local folder (bin/Release/net7.0/publish) and run it from there with no problem.
This can say the code and environment are no problem.
I have attached screenshot of Azure AuthServer webapp configuration as Https only and certificates. The Authserver and API sites are not loading in browser with "https://" secure URLs
hi
I can't see your screenshot.
Good news.
hi
Can you try to publish the website locally?
dotnet publish
Good news.