Client side routing catch all

When I specify my paths like so, it works.
(This is for client side routing so when I refresh a subpage with some extension / it will reload and not throw 404 not found, using react router with express)
But when I try doing Source /* and Dest /index.html it throws 404 not found?

I’m just trying to understand why that;s the case

Hi,

When using client-side routing (e.g. React Router) with a Render Static Site, the only rewrite that is required is the one from the docs: https://docs.render.com/deploy-create-react-app#using-client-side-routing

If you can share some specific URLs where you’re seeing that rewrite rule nopt working, we may be able to offer more assistance.

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