Open jackdishman opened 1 year ago
dotenv:
# Active Chain ID
REACT_APP_CHAIN_ID=5
# If you have an Infura Project ID
REACT_APP_INFURA_PROJECT_ID=f11ef31e33694bf6a80958a8adfb1f77
👋 @jackdishman
Wanted to ping you here as well in-case the discussions thread didn't notify you (ref: https://github.com/nounsDAO/nouns-monorepo/discussions/685#discussioncomment-6296888).
tl;dr: I'm fairly sure the issue is system libraries being unavailable in the Vercel build environment, the comment I posted in the discussion should have pointers to get you going though. I hope it's helpful!
yarn run build in packages/nouns-webapp works fine and I can serve the build files locally using serve -s build. It's on Vercel that yarn run build is crashing:
Goal here is to deploy the webapp on any hosting service!