hi
The migration error logs:
[ERR] A connection was successfully established with the server, but then an error occurred during the login process.
(provider: SSL Provider, error: 0 - The certificate chain was issued by an authority that is not trusted.)
Microsoft.Data.SqlClient.SqlException (0x80131904): A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - The certificate chain was issued by an authority that is not trusted.)
System.ComponentModel.Win32Exception (0x80090325): The certificate chain was issued by an authority that is not trusted.
ok
liming.ma@volosoft.com
ok, the Correlation failed
should be the cookies problem. https://github.com/dotnet/aspnetcore/blob/release/9.0-rc1/src/Security/Authentication/Core/src/RemoteAuthenticationHandler.cs#L248-L280
Please check the browser network/console panel to see the warning.
If you can share a online URL. I can check it.
hi
Can you share some screenshots and exception logs with https?
What I mean is you should not change https, maybe there are other solutions.
Thanks.
hi
Please share all logs.txt(all microserves)
to liming.ma@volosoft.com
Thanks.
Your MyPermissionStore
has already replaced the built-in PermissionStore
.
I don't understand what your problem is with it.
Can you reproduce your problem in a template project? That way I can check.
Thanks
hi
However, when setting up the callback URL, it automatically picks up the internal domain with HTTP, leading to issues when using HTTPS.
What's the issue?
hi
Can you create a new ms project and select blazor wasm as UI type to check the new design?
Thanks.