eShopOnAbp icon indicating copy to clipboard operation
eShopOnAbp copied to clipboard

Running Docker script, program cannot open properly。help

Open sevenNightL opened this issue 1 year ago • 5 comments

I run the run docker run-docker-compose. ps1 script on my local machine, and the docker container opened normally, but https://eshop-st-public-web I can't open it, only one API can be opened. May I know where the problem is with me? image image

sevenNightL avatar Sep 28 '23 03:09 sevenNightL

Sorry but I can't even understand the error.

The API runs at localhost but you are running it using the DNS? Try https://localhost:44335 for the public-web application. DNS is related to Kubernetes.

Also please check the HTTPS certificate if it is being generated correctly, the API HTTPS certificate seems invalid.

Check https://github.com/abpframework/eShopOnAbp#instructions for instructions.

gterdem avatar Sep 29 '23 20:09 gterdem

Sorry but I can't even understand the error.

The API runs at localhost but you are running it using the DNS? Try https://localhost:44335 for the public-web application. DNS is related to Kubernetes.

Also please check the HTTPS certificate if it is being generated correctly, the API HTTPS certificate seems invalid.

Check https://github.com/abpframework/eShopOnAbp#instructions for instructions.

I just made the program into a local Docker image and directly used Docker Compose to run the script. image image The containers are all in a normal state, and nginx exposes interface documents. How can backend management expose them?

Is there a problem with the nginx I am currently configuring? image image I generated the certificate locally, and the following is the configuration of the certificate。 image

sevenNightL avatar Oct 08 '23 09:10 sevenNightL

Sorry but I can't even understand the error.

The API runs at localhost but you are running it using the DNS? Try https://localhost:44335 for the public-web application. DNS is related to Kubernetes.

Also please check the HTTPS certificate if it is being generated correctly, the API HTTPS certificate seems invalid.

Check https://github.com/abpframework/eShopOnAbp#instructions for instructions.

I am trying to run the project through Docker instead of debugging the project through the software development environment, and I have not encountered any issues debugging the local project.

sevenNightL avatar Oct 09 '23 09:10 sevenNightL

I've created an issue related to this, I'll update the docker-compose file to run with latest changes.

gterdem avatar Oct 10 '23 16:10 gterdem

I've created an issue related to this, I'll update the docker-compose file to run with latest changes.

Could you tell me when it will be finished?

sevenNightL avatar Oct 30 '23 09:10 sevenNightL