Hi @vishalnikam,
With v3.0, we have removed the config packages and introduced secondary endpoints instead, such as @volo/abp.ng.account/config
(attention to the second slash before the word config), as described in the migration guide. Please follow the related topic in the migration guide for the config modules.
Also, there is an import from @ngxs/logger-plugin
in your app.module.ts
but it does not exist in the package.json file. You will need to install it.
Please let me know if this resolves the issue for you.
I wish you a very nice day.
Hi @hungvt,
This was a bug. It is going to be resolved by v3.1.
Thanks. Have a nice day.
Hi,
I am closing this due to inactivity. Please feel free to reopen if the issue is not resolved for you.
I wish you a beautiful day.
Hi,
Could you please check if you are setting the requireHttps
property on environment.prod.ts
as well?
Please let me know if this resolves the issue for you.
I wish you a cheerful day.
Hi,
Please remove the limit
binding on the datatable and try setting the maxResultCount
property of the ListService
instead:
constructor(
public readonly list: ListService,
) {
this.list.maxResultCount = 30;
}
Please let me know if this resolves the issue.
I wish you a very nice day.
Hi,
We are working on it. Please check this issue.
Considering that there is an issue on GitHub, I am closing this one.
I wish you a cheerful day.
Hi,
Have you been able to find the problem? Is it a server problem as suspected?
Hi,
Is this issue resolved? Can we close it?
Thanks.
Hi,
Is this issue resolved? Can we close it?
Thanks.
Hi,
Have you checked your server logs? It looks like a server problem.