I have set up the RENDER_EXTERNAL_ROUTES with all my page routes, but it is not working properly. [Its a react.app and I am using react router ]
If I type the URL “example.onrender.com/developer” directly, it works normally, and I am redirected to the page. However, if I type “example.onrender.com/gallery”, it leads to my custom error page that I created. Why is only the gallery not working? How to fix it?