: )
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.