Activities of "yim.tim"

Answer

I uses the Abp suite to create new module. Do you mean that Abp suite have bug and I need to fix it myself?

Answer

Please see the following tsconfig.json for your reference.

tsconfig.json app.module.ts

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.

  1. npm set strict-ssl false
  2. yarn config set strict-ssl false -g
  3. abp install-libs

The license are existed.

The following error are displayed when access the page.

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/"]

Please see the following docker console log.

Docker log show that abp need to login before start authentication server. Please advise. Thx.

Showing 1 to 10 of 15 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11