Activities of "liangshiwei"

We prefer to delete the database (you can run the Drop-Database in the Package Manager Console) since this is just an example project and data loss is not important. Since this topic is not related to the ABP, we don't go deeper for all the scenarios.

https://abp.io/docs/latest/tutorials/book-store/part-10?UI=NG&DB=EF#database-data-migration

Hi,

remove the database and create a new one

Hi,

It looks like no problem.

is there any cache KeyPrefix config? and make sure they are the same.

Configure<AbpDistributedCacheOptions>(options =>
{
    options.KeyPrefix = "ProjectName:";
});

Hi,

sorry, i have no idea because i don't know about your project details

Hi,

the Nuget will try all configured Nuget sources, you can edit your global Nuget config

Hi,

sorry, remove @page "/authentication/{action}"

yes, you must remove it

Hi,

you can try this

https://manfredsteyer.github.io/angular-oauth2-oidc/docs/additional-documentation/custom-query-parameters.html

Hi,

i think you just need to create a new project and only use the angular project as a new back admin application.

you need to change the environment.ts to update oauth config and API config.

if you want you can create a new openiddict application for it.

Could you share the full steps to reproduce the problem?

Showing 731 to 740 of 5992 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 18, 2024, 05:54