Wildcard rule rewrite routes to an SPA route, but refreshes page

Hi,

I’ve deployed a Create-react-app instance on a static website service and used the wildcard rewrite as below, but when I navigate to different routes the page refreshes and the app renders the correct component.

Does anyone know how to get it to not refresh the page?

Thanks!
Vlad

This redirect rule is specifically to ensure that deep links are sent to your index.html for processing - navigating around the site with clicks is entirely client side so would suggest a problem in your application code here.

John B

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