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?