22 days ago
I have deployed spring boot application getting logs and generated public url also but not able to access via url not sure what is issue
5 Replies
Status changed to Open Railway • 22 days ago
22 days ago
Make sure the port your app is listening on is the same port your URL is mapped to.
Status changed to Solved Railway • 22 days ago
darseen
Make sure the port your app is listening on is the same port your URL is mapped to.
22 days ago
Yes, everything is configured, still having issue
Status changed to Awaiting Railway Response Railway • 22 days ago
22 days ago
Remove port maping in property file if you have than try, that will work
paras-aal
Remove port maping in property file if you have than try, that will work
22 days ago
Yes, I have configured port. Let me check and see
Status changed to Awaiting User Response Railway • 22 days ago
desaialpesh
Yes, I have configured port. Let me check and see
22 days ago
I tried that removing port and it worked. I saw my last changes after removing specified port from property file.
Now I can access from generated url thanks.
Status changed to Solved desaialpesh • 22 days ago