Ok, I can login using the device flow. Thx.
What organization I belong to? My colleague are on leave. I would like to get my organization master account to maintain the developer account. Thx.
It can solved. Thx.
Docker log show that abp need to login before start authentication server. Please advise. Thx.
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/"]
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.