Hello again,
Give a try by changing leptonX version in package.json
file from 3.0.1 to 3.1.1
"@volosoft/abp.ng.theme.lepton-x": "~3.1.1",
after that delete the yarn.lock
file and run yarn
command
and then run npm start
thanks
Hello,
could you please share your package.json
file?
so that I will better assist you
thanks
Hello,
please check similar issue https://support.abp.io/QA/Questions/373/Prolong-token-lifetime-per-each-request if it helps you?
thanks
Hello,
Could you please elaborate more on your question and also check for logs? Please share if any logs
thanks
Hello,
You may try by changing
"@abp/ng.core": "^8.1.1",
to "@abp/ng.core": "~8.1.1",
and also change
"@volosoft/abp.ng.theme.lepton-x": "3.1.1",
to "@volosoft/abp.ng.theme.lepton-x": "~3.1.1",
after this delete yarn.lock
and run the command yarn and npm start.
Thanks
Hello,
please check my package.json file replace it with your's file and after that delete yarn.lock
file
and run command yarn
and then run npm start
Thanks
Hello,
You can download source code of "Account" Module from ABP CLI using command
abp get-source Volo.Account.Pro --version 8.1.0
or check here https://github.com/abpframework/abp/tree/dev/modules/account
thanks
Hello,
please check this doc https://docs.abp.io/en/commercial/latest/modules/payment#payment-plans-page if find helpful?
thanks