0
sukhdeep.dhillon created
-
ABP Framework version: v8.2.1
-
UI Type: Angular
-
Database System: EF Core (SQL Server)
Hi,
We recently found that libs folder under wwwroot is not getting created in the CICD pipeline and we haven't changed the pipeline for a while now. as a result, we are getting 500 error when click on login button.
1 Answer(s)
-
0
Hi,
Can you double check if
abp install-libs
command is executed in the pipeline.Also please check ABI CLI version in the machine that pipeline runs on it.
Somehow it might be updated or removed, you can use the exact same cli version with your project to restore packages properly:
dotnet tool update -g volo.abp.cli --version 8.2.1