2 years ago
my api works all routes correctly on another hosting service. But here it doesn't work completely, some routes are not working. It seems like there is a limit on the size of the api or routes.
6 Replies
2 years ago
5 minutes limit of what? I didn't understand.
2 years ago
That's not really my problem. Could you tell me why this problem is happening in my api? only some routes are not running on the railway. But in Render's hosting service, all routes are working correctly.
2 years ago
Without sharing your errors or issues theres unfortunately nothing I could tell you.
2 years ago
There would not be a limit on individual routes. Railway isn't spinning up serverless functions for each route like a service such as Vercel would. This means Railway doesn't do anything special to specific routes. It just exposes entire services or apps, and those services and apps handle the routes themselves.