I need advice on how to debug my deploy error found at Netlify App
Everything seems to chug along fine until towards the very end where I get the following error message:
8:36:38 AM: ServerError: Response not successful: Received status code 400
8:36:38 AM: at Object.exports.throwServerError (/opt/build/repo/node_modules/apollo-link-http-common/lib/index.js:23:17)
8:36:38 AM: at /opt/build/repo/node_modules/apollo-link-http-common/lib/index.js:48:21
8:36:38 AM: at process._tickCallback (internal/process/next_tick.js:68:7)
8:36:38 AM: Function Dir: /opt/build/repo/functions
8:36:38 AM: Skipping functions preparation step: /opt/build/repo/functions not found
Since we’re dealing with a 400 error, I thought it was a missing environment variable, but the only one it relies on (my GraphQL schema token) seems to be in place, already.