Is there a size limit or api route limit?
sandrofernandesrosal
TRIALOP

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

brody
EMPLOYEE

2 years ago

There is no size limit, the only limit would be a time limit of 5 minutes.


sandrofernandesrosal
TRIALOP

2 years ago

5 minutes limit of what? I didn't understand.


brody
EMPLOYEE

2 years ago

For GET and POST requests.


sandrofernandesrosal
TRIALOP

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.


brody
EMPLOYEE

2 years ago

Without sharing your errors or issues theres unfortunately nothing I could tell you.


atridadl
HOBBY

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.


Loading...