Activities of "liangshiwei"

Hi,

You can send the reproduce project to my email. shiwei.liang@volosoft.com

Hi,

Please see https://docs.microsoft.com/en-gb/dotnet/core/compatibility/3.0-3.1#http-browser-samesite-changes-impact-authentication and discuss aspnetcore : https://github.com/dotnet/aspnetcore/issues/14996. This is the default behavior of chrome. You can use https

Hi,

I can help you remotely. liangshiw@outlook.com

Hi,

Yes, you are right. abp suite usually installs and configures all for you, but sometimes network or other reasons, it not works fine. You need do it manually.

Can you share more logs? Thanks.

Sorry, I mean your HTTP API application url. About multi-tenancy for Angular UI, you can refer https://github.com/abpframework/abp/blob/dev/docs/en/UI/Angular/Multi-Tenancy.md

Hi:

I make an example project: https://github.com/realLiangshiwei/AbpQa332/tree/master. I did not get the problem you described. You can see it,

Hi:

  1. The CompleteAsync method calls SaveChangesAsync internally. When you call the InsertAsync,the data will not be stored in the database immediately. It will be saved to the database when the method is executed or you manually call SaveChangesAsync,In fact, this is the feaures of EF Core.
  2. Transaction guarantees the atomicity of operations. You can see the document
  3. EF Core has entity object tracking,If the entity has not changed, it will not be updated.

I will try to reproduce the lock problem

Hi,

Please see https://support.abp.io/QA/Questions/199/Exporting-Entities-Created-in-ABP-Suite

Hi,

Make sure your package.json file contains "@volo/file-management": "^3.0.5". Then try use the cmd run yarn and gulp command in .web project folder

Hi

About Identity Server is NOT working on Chome ONLY, I tried but can not reproduce your problem. Did you make any changes to the template? About template file bugs, you can reply in this post.

Showing 5371 to 5380 of 5643 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30