Activities of "maliming"

hi

We will add it. Thanks

hi

Are there any error or warning logs?

You're welcome.

hi

_dataTable = _$table.DataTable(
    abp.libs.datatables.normalizeConfiguration({
        order: [[1, 'asc']],
        processing: true,
        serverSide: true,
        scrollX: true,
        paging: true,
        ajax: abp.libs.datatables.createAjax(
            _identityUserAppService.getList
        ),
        columnDefs: abp.ui.extensions.tableColumns.get('identity.user').columns.toArray(),
        rowCallback: function (nRow, aData, iDisplayIndex, iDisplayIndexFull) {
            $.fn.dataTable.defaults.fnRowCallback.apply(this, [nRow, aData, iDisplayIndex, iDisplayIndexFull]);
        }
    })
);

ok, I will share some code, Please wait a moment.

https://support.abp.io/QA/Questions/3040#answer-b59f67c9-1737-02db-e114-3a03c3ebf134

hi

What's the content of your appsettings.json?

You should change the URLs to your production URLs

hi

Can you add a breakpoint and check this?

https://github.com/abpframework/abp/blob/ce10de025ecb04512da86a15e585234bbc2fb07c/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared/wwwroot/libs/abp/aspnetcore-mvc-ui-theme-shared/datatables/datatables-extensions.js#L267

We recommend that you use code(IGuidGenerator ) to migrate.

hi

never use Guid.NewGuid() to create Ids for your entities!

https://docs.abp.io/en/abp/latest/Guid-Generation

Showing 9081 to 9090 of 11539 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.