hi
It may be that the localized content of ru and ar is too long.
https://github.com/dotnet/aspnetcore/blob/v7.0.3/src/Mvc/Mvc.Core/src/Infrastructure/MemoryPoolHttpResponseStreamWriterFactory.cs#L28
hi
I confirmed.
We can't change its behavior now.
https://blazorise.com/docs/components/validation
hi
The Authserver and API site are not loading in browser with "https://" secure URLs
Can you explain this? I do not understand very well. If there are error logs, please share them. Thanks
Thanks
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.