2 months 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 • 2 months ago
2 months ago
Make sure the port your app is listening on is the same port your URL is mapped to.
Status changed to Solved Railway • 2 months ago
darseen
Make sure the port your app is listening on is the same port your URL is mapped to.
2 months ago
Yes, everything is configured, still having issue
Status changed to Awaiting Railway Response Railway • 2 months ago
2 months 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
2 months ago
Yes, I have configured port. Let me check and see
Status changed to Awaiting User Response Railway • 2 months ago
desaialpesh
Yes, I have configured port. Let me check and see
2 months 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 • 2 months ago