Where is the Redirect/Rewrite Tab

I’m having trouble figuring out how to get a dynamic react route to work on deployment. This route works fine locally but in build and when deployed on render it doesn’t work, just gives me a “Cannot GET” error.

I tried following these docs to see if I can apply some redirect/rewrite rules: Deploy a Create React App Static Site | Render Docs

However, I don’t have any tab named Redirect/Rewrite? I’m on free tier, is this just something free tier can’t access or are the docs outdated? Or am I missing something here?

Hi there,

Redirect/Rewrite rules are only available to services using our ‘Static Site’ environment. If you’re deploying a web service, then you would need to handle these in your application code,

Regards,

John B
Render Support, UTC :uk:

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