Hi I’m trying to host my website, it is a static site application created in React.
I already hace the redirect/rewrite rules and it is working great only for the first static routs example ‘{url}/login’.
But when I tried to access to ‘{url}/property/{param}’ what is a query string is returning a blank page.
This are my rules:
Any help would be greatly appreciated!