8 months ago
I upgraded my plane to the HOBBY plan, but the traffic is the same as the free plan.
7 Replies
8 months ago
Hi there, can you please elaborate more and we’ll be able to help you! Where are you seeing the traffic be the same? Your plan resources should be in accordance to this chart: https://docs.railway.com/reference/pricing/plans#default-plan-resources please let us know if you’re experiencing differently
Status changed to Awaiting User Response Railway • 9 months ago
8 months ago
Please check my logs, I'm keep losing connection and I have to wait data fetching again its keep telling me same error like before you many requests you have to wait
Status changed to Awaiting Railway Response Railway • 9 months ago
8 months ago
Could you please be more specific? Provide logs, diagnostics, or other information to help us identify what the issue is.
I looked at your application and did not see anything incorrect
Status changed to Awaiting User Response Railway • 9 months ago
Status changed to Awaiting Railway Response Railway • 9 months ago
8 months ago
That error is not coming from Railway. It's an issue with your application.
Status changed to Awaiting User Response Railway • 9 months ago
8 months ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open brody • 9 months ago
8 months ago
Hi! 
If you've upgraded to the HOBBY plan but still see free-tier traffic limits, try the following steps:
Check if your project is actually under the upgraded HOBBY plan:
Go to your Railway dashboard
Open the project → Click on Settings → Scroll to Billing → Confirm the linked plan
If it's still showing Free-tier traffic:
Sometimes the plan upgrade isn't applied immediately to existing projects.
Try restarting the project or redeploying to trigger the plan change.
Still no change?
Contact Railway support at support@railway.app or use the in-app chat with your project ID and account email so they can manually verify and fix it.
If this solves your issue kindly mark it as solved.
nishil61
Hi!If you've upgraded to the HOBBY plan but still see free-tier traffic limits, try the following steps:Check if your project is actually under the upgraded HOBBY plan:Go to your Railway dashboardOpen the project → Click on Settings → Scroll to Billing → Confirm the linked planIf it's still showing Free-tier traffic:Sometimes the plan upgrade isn't applied immediately to existing projects.Try restarting the project or redeploying to trigger the plan change.Still no change?Contact Railway support at support@railway.app or use the in-app chat with your project ID and account email so they can manually verify and fix it.If this solves your issue kindly mark it as solved.
8 months ago
The browser logs you are seeing has nothing to do with railway.
Your api has stricter rate limits so you need to increase them.
Did you create this app with AI ?
If yes then tell AI this, "Loosen up the rate limits on this API — it's being too strict and is causing issues during normal usage. The client needs to make more requests in a shorter period without hitting errors."
If you can share your code with me I would be able to provide a solution myself.