Depoyed go-server using dockerfile, can't access using generated domain
The deploy logs show "server running". But, I can't access the server routes. It says "Application failed to respond"
Solution:Jump to solution
please reference this example Go app to learn how to get the app to listen on the environment variable PORT
https://github.com/brody192/chi-template/blob/main/main.go...
4 Replies
Project ID:
N/A
N/A
Just to make sure, you're running on the PORT that railway provides, right?
Solution
please reference this example Go app to learn how to get the app to listen on the environment variable PORT
https://github.com/brody192/chi-template/blob/main/main.go