Trying to deploy golang app, and unable to see error
I'm trying to deploy a custom golang app using Dockerfile, build logs shows that everything is fine but I'm getting "Application failed to respond". Is there any way to get an errog log and figure out whats wrong?
11 Replies
Project ID:
7d08a38b-e23b-4509-99c3-611f6e44b300
7d08a38b-e23b-4509-99c3-611f6e44b300
Your build logs look fine, but what about your deployment logs?
Also fine, same as similar project I have deployed for some time. This one have a little different Dockerfile but I can't seem to see whats wrong
Solution
this is modified from this template
https://github.com/FarazPatankar/pocketbase
and it seems to work fine with hardcoded 8080
try my dockerfile
will do
one sec
same problem, now it just have a different port
deploy logs please https://bookmarklets.up.railway.app/log-downloader/
just a sec
I've removed env variables from project settings and now its working
seems to have been some collision there
but I'm using your Dockerfile
so thanks a lot!
no problem!