Hi bunyamin,
I see the DirectoryDescriptorService::getContent method gets called when a pagination event occurs. but I don't know how to get page number to pass into backend. When I click page number "2". I want to pass param "2" into backend. How i can get number "2"?
Hi support team,
I converted the return parameter to PagedResult from ListResult of DirectoryDescriptorAppService.GetListAsync in backend. And frontend angular I alse converted the return parameter to PagedResult from ListResult of directory-descriptor.service.ts file-management-folder-content.component.ts have also this.list.maxResultCount = Infinity; But i don't see paging tool. How can I have to change file-management-folder-content.component.html to do that
Thanks bunyamin ,
It's work.
It seems that you encountered a CORS error. Please check the
IdentityServerClientCorsOrigins
table and make sure thatdmsaut.hanwhalife.com.vn:501
is within allowed CORS origins.
Dear bunyamin,
Thanks you for your answer quickly. I have already update IdentityServerClientCorsOrigins table but the error still in here
Where else can i check?
Could you please check the table
IdentityServerClientRedirectUris
in your prod database?Also, I've noticed that your
environment.ts
looks like yourenvironment.prod.ts
.environment.ts
is used when running your application withng serve
.environment.prod.ts
is used when you runng build --prod
. Having the same entries for both could cause some confusion.
Thanks bunyamin,
I updated database and i have a new error when login. Please show me how to fix it