I uses the Abp suite to create new module. Do you mean that Abp suite have bug and I need to fix it myself?
Ok, I have created a existing Abp web project with Abp multi-tier and Angular web.
I would like to add an new Abp module to the above existing created Abp web project? How can I do it? any procedure can provide?
I will try to reproduce in new project later.
Current project was fixed after I clean all the node_packe, del yarn.lock file and run "abp install-libs". I will try to dockerize continuously.
I try to clean all the npm, clean yarn cache, delete node_package folder, delete yarn.lock file and re-run "abp install-libs".
However, the following abp.ng.theme.lepton-x warning are found. Is this relate? warning "@volosoft/abp.ng.theme.lepton-x > @volo/abp.ng.lepton-x.core > @volo/ngx-lepton-x.core@1.0.3" has incorrect peer dependency "@angular/core@14.2.0".
I try to run the application without docker but the issue is same. It seems the issue no related to dockerize issue.
I found my company network is https inspection environment. It mean all the https connection will change the SSL certificate to self-signed certificate. I execute the follow command by order but the issue still exists. Please kindly advise.
I try to copy access.bin to /root but the following error display. Please kindly advise.
The following is the Dockerfile of the auth server and VS2022 are run under debug mode.
FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base WORKDIR /app EXPOSE 80 EXPOSE 443 COPY ["./docker-materials/access-token.bin", "/root/.abp/cli/"]
Docker log show that abp need to login before start authentication server. Please advise. Thx.