This {url} can't be found

Hello Everyone,
Today I was trying to deploy one of my projects, which I built with React and Rails.
After successfully creating my database (PostgreSQL) and Web Service in Render I deployed it, and now it says it is live. But when I click on the link it says that “This {url} can’t be found”.
If anyone had this issue before, I would greatly appreciate your help!
Thank you in advance

Hey Maxim,

It’s likely that your app is simply not setup to accept the request at the URL requested, hence the “can’t be found”.

Make sure to check your Rails app routing and this SO thread: https://stackoverflow.com/questions/23194386/actioncontrollerroutingerror-no-route-matches-get

Regards.
Jérémy, Render Support

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.