Hello,
you can get these packages code from https://www.npmjs.com/package/@abp/ng.components?activeTab=code https://www.npmjs.com/package/@abp/ng.core?activeTab=code
search for other packages in same link.
Thanks
Hi,
You can increase the token expiration time. https://github.com/abpframework/abp/blob/1863a619f172634b2eb4842f0c241c40a9642c91/docs/en/Modules/OpenIddict.md?plain=1#L425
Hello,
please check https://docs.abp.io/en/commercial/latest/startup-templates/microservice/synchronous-interservice-communication if it helps you.
Thanks
Hello,
Yes you can do that make sure consider decoupling techniques and avoid dependency.
check out https://docs.abp.io/en/abp/latest/Samples/Microservice-Demo#database-ef-core-configuration
thanks
Hello,
You can try to download the Account.Pro
adn Identity.Pro
modules to check the code.
thanks
Hi ,
we are working on it. probably will be fixed 1-2 hours. you can track the status at https://github.com/abpframework/abpio-status/issues/105
Thank you.
Hello ,
Please check this answer given by EngincanV https://support.abp.io/qa/questions/2116/310c3140-7424-d7ab-eeea-3a003ed02853.
Thank you.
Hello,
If you are facing issue for v7.2.2 then update your ABP version to v7.2.3 (follow above steps) and create new project and try to run.
I have checked at my end the application is working fine in both 7.2.2 and 7.2.3 versions.
thanks,
Hello,
sorry for late, Can you please confirm once have you followed the steps provided above? If you install ABP v7.3.2 then why you are using update command, you just have to install it. In above steps first 3 steps are to uninstall previous version and next 3 steps are to install desired version, you may change it and after that no need to use update command.
If you want to upgrade your previous version application/ project to newer version that time you need to follow migration guides https://docs.abp.io/en/abp/latest/Migration-Guides/Index
Thanks.