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
Please inject the SignInManager
in your TaxDepPageModel