Dear community,
I have a small react app created with “create-react-app” and it builds locally using the same node (10.19.0) and yarn (1.17.3) version as on Netlify (see log). For some reason, during the build on Netlify (triggered via netlify deploy
and also manually) it cannot find a file which it should. I thought it might have something todo with the base url, which I tried with .
./
& /
without success unfortunately.
My Netlify instance name, is:
foodpoint.netlify.com
I am at an end with this as I’ve tried and searched all afternoon. I hope there’s someone out there who can point me in the right direction, as I’m sure that I’m doing something wrong
Any help is greatly appreciated
Cheers, Ben