Closed yhtMinceraft1010X closed 1 year ago
Currently on the production app, the frontend will call backend services using localhost rather than the correct address, which should be the service name (e.g. user-service)
localhost
user-service
Fixed
Bug Description
Currently on the production app, the frontend will call backend services using
localhost
rather than the correct address, which should be the service name (e.g.user-service
)