hi
https://github.com/dotnet/AspNetCore.Docs/issues/21615#issuecomment-786311147
hi
Visual Studio .NET 6.0+ SDK NPM AND YARN Docker Desktop ABP CLI
After that, you can try the steps in the meeting.
abp install-libs
You can try to run the YourProjectName.DbMigrator
project first then that run the auth-server
.
If possible, you can recreate a new microservice project or try another computer to troubleshoot the environment.
redis:
ports:
- "6379:6379"
sql-server-db:
ports:
- "1434:1433"
environment:
SA_PASSWORD: "myPassw0rd"
hi
ZOOM doesn't work well for remote checking. Can you try connecting to the databases in docker using the database and Redis client?
The Volo.Abp.Account.Pro.Public.Web
project is a class library and can't be a startup project
Can you try to use the dotnet restore
and dotnet build
to restore and build?
hi
Exception message and stack trace:
Steps to reproduce the issue:
It seems the up.ps1
is not working.
Try to run these command.
> cd etc\docker
> docker network create your-project-name-network
> docker-compose -f docker-compose.infrastructure.yml -f docker-compose.infrastructure.override.yml up -d > logs.txt