I have the client side and server side self contained in same folders .
My issue is that client side is not rendering in the browser but my backend code is deployed successfully . I have tested my backend api from postman and they are working perfectly .
Please let me know what changes should i make in package.json and in setting of render to run my client side as well.
It’s also possible to have a single Web Service to serve the “client” pages and serve-side, it depends on how your project/code is set up.
If you have a specific issue, please share some specific details that may help us troubleshoot it with you, e.g. any logs/errors/output, specific URLs, service name/ID, reproduction steps, etc. If you don’t want to share these details on the community forum, please feel free to raise a ticket from the “Contact Support” link at the bottom of the Dashboard.
Just a heads up that I am having this problem. There is a popular tutorial on google for MERN stack Render Deployment that I (and I assume OP) is using that is causing this issue.
Bascially backend is running on root. And front end CRA is running in a folder called Client.