Activities of "liangshiwei"

you can simply delete the database file

very strange.

could you share a simple project with me? i will check it now.

shiwei.liang@volosoft.com

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

Showing 751 to 760 of 6014 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 19, 2024, 12:56