Wow! Thank you so much for all the work. I merged the pull request (and then pulled it down to my machine) and after clearing the cache in Netlify the build successfully built.
The only thing now is that when I run yarn rw dev
or yarn redwood dev
it comes back with the error: Command "rw" (or "redwood") not found.
I came across this in the forum and tried yarn --force
then re-ran yarn rw dev
and the same error I first reported popped up again…
So, I ran git clean -fdx -e .env
then yarn install
and now everything is up and running. Not sure what was going on there, as you said in the pull request that everything was running fine locally for you…
Either way, I really appreciate your help and expertise with this. I am super psyched to have everything up and running 100% again.