Rewrite Rules giving issue

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?

Experiencing the same issue. We currently have an escalated request open with the infrastructure support team.

Hi,

We’ve made an update to our proxy infrastructure configuration that should resolve this issue. Let us know if you experience any further problems.

Kind regards,

Borko

Thanks Borko,
now the issue is fixed and everything is working properly.

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