Activities of "talhazengin"

  • ABP Framework version: v3.1.1
  • Steps to reproduce the issue:

Hello, The problem is with the 3.2.1 version of ABP Suite. I added my existing project (v3.1.1) and it shows below error when i navigate to crud generator page.

@alper, This time:

Problem in Seperated Identity Server, i used: yarn gulp

but still has below error when starting identity server:

An unhandled exception occurred while processing the request. AbpException: Could not find the bundle file '/libs/chart.js/Chart.css' from IWebContentFileProvider

No problem but only strange thing is this code. Because you didn't use this, but i had to use this. I got an existing db, maybe the problem cause of this.

builder.Ignore<MyUser>();

I fixed this but i used this code in MigrationDbContext.OnModelCreating

builder.Ignore<MyUser>();

Fyi.

Is this AppUser name necessary ? Because we removed it and we added a new entity like MyUser.

I had to use

builder.Ignore<MyUser>();

This code when dbmigration model creating but in your demo application you didn't use this option. If i don't use this, it shows "I can't map ExtraProperties" error when trying to add a new migration.

Hi,

First of all i thank you, but Option 2 saves property as ExtraProperty which is not we want because our property is a real DB field. I assume Option 3 is the same. I will try Option 1, i will write the result.

I think there is no request body in chrome developer tools. Also second Request header says 204 No Content.

Requests:

Response

Showing 11 to 20 of 95 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11