I deployed my projects on render. A react project as static page and the rest backend part as server both deployed successfully,
The Rewrite rules are as followed:-
/api/* - https://api.onrender.com/api/* (example)
/* - /index.html
earlier it was working fine i haven’t changed anything but now the get requests that are send to backend are giving error like not found while working properly when tested backend by postman.
What should i do so that the get routes can fetch as before?