nacx-cg

Results 2 comments of nacx-cg

I managed to get it working in production by modifying the "start" command in package.json to: "start": "concurrently \"next start\" \"PYTHONPATH=./api:$PYTHONPATH api/venv/bin/gunicorn -w 4 -b :5328 api.index:app\"" This setup appears...

@YvesleCurseur This is solved by adjusting node version to 18.x in the vercel Project Settings check: https://github.com/orgs/vercel/discussions/6287#discussioncomment-8974182