Hi
Try to run the commands in cmd/terminal windows with administrator mode.
hi
Your logs show:
The SSL connection could not be established, see inner exception. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid because of errors in the certificate chain: NotTimeValid
The problem is related to SSL.
Thanks
hi
can you try to clean and create a new one?
dotnet dev-certs https --clean
dotnet dev-certs https --trust
dotnet dev-certs https --check --trust
Please share the output of these commands.
Thanks.
hi
It is recommended to use a pfx or other Certificates in a production environment.
You should use the same certificate for multiple instances.
see https://abp.io/docs/latest/deployment/configuring-openiddict#production-environment
hi
Can you try to set up a valid SSL and run apps again.
If the problem still present, please share the logs.txt of the web, api and authserver websites.
liming.ma@volosoft.com
Thanks.
hi
Have you run the DbMigrator app to seed initial data to the database?
Please try to add a valid SSL certification.
https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-dev-certs#examples
Then share the logs.txt of https://localhost:44315/ website to liming.ma@volosoft.com
Thanks.
ok, using a subdomain for each app will be fine.
Thanks.
hi
Can you try to use a subdomain instead of a sub-app?
https://www.example.com → Web Public
https://admin.example.com/ → Blazor Admin
https://api.example.com/ → API
https://auth.example.com/ → AuthServer
hi
services:
rabbitmq:
container_name: rabbitmq
image: rabbitmq:3.12.7-management-alpine
ports:
- "15672:15672"
- "5672:5672"