Hi, thank you for your reply! I have been able to deploy it but not successfully, the page cannot be found when deployed. I have changed a few things since my last post and now have a couple of backups for my repo as I have broken some of the original code.
As of now, this is the error I am getting this issue:
Thank you for your quick response and yes that does make a lot more sense now thanks to your recent reply.
I am starting my app with node “client/src/index.js” as you said and I feel like I am one step closing to being able to resolve the issues I am having.
[Option 1] After doing that, the error that is left after a redeployment is this:
[Option 2] I have also tried scouring the web, and another possible solution was to add "type": "module" to the package.json. Doing so gives me a new error:
Well, it doesn’t look like you have any transpiler like Babel so ES6 syntax will not work. Also, you should probably use a Static Site [https://render.com/docs/static-sites] for your frontend code and keep the Web Service for your backend.