Closed PFernandezTorres closed 5 months ago
I saw that is using localhost as its registration IP and inside containers that does not work, I have changed it so it uses the container's IP address but it still does not work... The only way I managed to make it work it's outside docker containers. When all microservices are running in local, the service works as expected. It is when deployed to Docker it seems to stop working. Not even when all microservices are in Docker except python service (with host IP) seems to function
Solved it. Fastapi was running with host 0.0.0.0 instead of 0.0.0.0
Hello! I am trying to deploy my project on aws with docker containers but first I am doing testing on my own computer. When trying to do a request to another service, the request fails. This is my py_eureka_client configuration: `class EurekaConfig:
Result request and error: [2024-05-14 18:28:09]-[MainThread]-[eureka_client:905] WARNING: do service /configuration?type=IVA in node [530f8864cf0c:configuration-parameters-service:0] error, use next node. Error:.
I do not know how can this happen if the service is configured correctly with eureka
Eureka services: