I deployment Golang Gin and I saw the log message as Build successful and Listening and serving HTTP on localhost:8080 but still Deployment error but I don’t see any error on my logs screen. Please tell me is this my error or what? Thanks very much!
Hi @thanhbk113,
Can you make sure your app is configured to listen on interface 0.0.0.0 and not localhost? Let me know if that helps!
Best,