Activities of "maliming"

ok

hi

If your entity has implemented the IMultiTenant there is no way to ignore it.

Add your module xxx.EntityFrameworkCore xxx.Application xxx.HttpApi to GeoTicket.CustomerService

add your module xxx.Application.Contracts to GeoTicket.CustomerService.Contracts

add your module xxx.Blazor.WebAssembly customer/GeoTicket.CustomerService.Contracts/GeoTicket.CustomerService.cspro to apps\blazor\xxx.Blazor.Client\xxx.Blazor.Client.csproj

And depends on the necessary modules.

You can check the file-management service to know the project structure.

hi

Can you try to get the user from QaUiConnectionStore.GetConnectionIdsByKey(eventData.UserId.ToString())?

Inject QaUiConnectionStore service and call GetConnectionIdsByKey

hi

What happens if you click the Test button?

: )

Answer

ok

Do you have TrustServerCertificate=True in your connection string?

Answer

Same error

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.
Showing 571 to 580 of 8426 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11