Spring Boot API deployment
Hi!
I'm trying to deploy my Spring Boot API. Everything seems fine, the tag ACTIVE appears and checking the "deploy logs" it seems that the applicaction is running:
"Started Application in 21.623 seconds (process running for 23.114)"
The problem is that when i click on the link: "my-app-name.up.railway.app", an error page from Railway prompts indicating "Application failed to respond". I can't access my API or I don't know how to do it. I have configured a context-path in my application.yml, but even when I add it to the URL it does not work. No logs appear after the one indicating that the app is running...
Can anyone provide any hekp? Thanks in advance π
4 Replies
Project ID:
283b51ae-efb6-4adb-b9dd-2c405bb95df5
283b51ae-efb6-4adb-b9dd-2c405bb95df5
Solution
thank you so much!!!