I’m using the free tier of Render.com and trying to deploy a project but keep getting this message: “ENOENT: no such file or directory, stat ‘/opt/render/project/src/client/build/index.html’”.
I am using “NPM Install” as build command. Any pointers would be appreciated!
I was following a tutorial I found online and was deploying front + back end in a single service. I’ve gone ahead and split my front and back end, as I’ve read this is the best practice.