I'm pretty interested in this Render integration (🙋questionsHow can we get Render on the list of supported providers?) I'm actually trying to do this right now today. I'm using an older opensaas template and I have successfully deployed the server with a web service, tested it with a locally ran client (localhost) that connected to the render server, integrated with mailgun, supabase, and stripe (I didn't test payments yet), and emails functioned properly.
But I am having some trouble getting the client deployed. It seems like it's a similar process to netlify, but it doesn't even get through a build process. The screenshots show the configuration i have for it, which all run properly locally, along with the error I'm running into. I also tried running the custom build command as suggested in this guide (https://github.com/Ho1yShif/open-saas/blob/main/render_deployment_guide.md#3c-create-the-client-static-site), but got the same error.