Activities of "maliming"

Microservices projects are more complicated,

You can create a new ms template project and try to add your code.

Thanks.

hi

What do you mean non-startup releases?

Can you explain it in detail?

Thanks

hi

We can only solve problems related to abp. We have no relevant experience in your case.

Sorry for that.

You can try to google it or ask for a solution in EF Core https://github.com/dotnet/efcore/issues/new/choose

I will find the reason as soon as possible, thanks

hi

I have no experience in this case, sorry. : ( It related to EF Core instead of ABP Framework

hi

You can add your custom SQL statement during migration

see https://learn.microsoft.com/en-us/ef/core/managing-schemas/migrations/operations

Which object is null? Is it CurrentTenant? If so you can get service from HttpContext.

var CurrentTenant =  context.HttpContext.RequestServices.GetRequiredService<ICurrentTenant>()

hi

Please share the logs in logs.txt

hi

Is there a way to use ALGORITHM=INSTANT using EF Core?

I have no idea about this.

How do you use ALGORITHM=INSTANT without EF Core?

hi

Blazor requests a new token each time it is initialized/refreshed. The WebAssemblyAuthenticationStateProvider class is used to revoke a token that is no longer in use.

In your environment, it seems that the token was revoked in advance.

Can you share the request info for these two requests? (headers, post body)

Thanks.

Showing 381 to 390 of 7733 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 23, 2024, 05:12