4 days ago
I deployed my application's backend under free trial and railway logs show successful deployment but when I open contact-scraper-api-production.up.railway.app on browser, it shows error like "contact-scraper-api-production.up.railway.app"!!
2 Replies
4 days ago
Hey, your application is returning {"message": "Welcome to the Contact Scraper API", "status": "online"}
now. What you have seen initially may be the result of the fact that the public networking wasn't set up/ready yet.
uxuz
Hey, your application is returning {"message": "Welcome to the Contact Scraper API", "status": "online"} now. What you have seen initially may be the result of the fact that the public networking wasn't set up/ready yet.
2 days ago
same, url working with 200 OK response with: {"message": "Welcome to the Contact Scraper API", "status": "online"}