I have a NextJS frontend repo and a separate ExpressJS backend with Prisma, but the backend is irrelevant in this case because my production deployment is failing for the frontend only. Wasn't able to upgrade to NextJS 13.4+ for the longest time because we had an issue where POST requests...
But then when I deploy it to Vercel the deployment works just fine, but then I navigate the App I get the following fetch error: URL: http://127.0.0.1/AND_WHATEVER_API_ENDPOINT from my local server TypeError: fetch failed at Object.fetch (node:internal/deps/undici/undici:11457:11) at ...
Following upgrading from 1.6.3 to 1.7.0 I have noticed that turbo now consistently fails to run my deployment command giving the following error: > turborepo-basic-shared@0.0.0 deploy:dev /home/runner/work/monorepo/monorepo > turbo run deploy:dev --continue --ignore="pnpm-lock.yaml" ERROR...
Solution: #749 (comment) Hello, I can't figure out how to store my Google API private key for use in a now deployment. The key looks something like: ---BEGIN PRIVATE KEY--- lines lines lines ---END PRIVATE KEY--- What I've tried:...