Netlify deploy, Error 500, impossible to deploy

Hi there,

I’m having some trouble deploying my new app (siteId: 63a409c0-76ec-4be0-af84-709afdef2524). Build is successful and for a graphql/react app but deploy encounters an error 500. I have this toml :

[build]
  command = "yarn build"
  functions = "lambda"
  publish = "build"
✔ Ignored invalid or expired functions cache
✔ Finished hashing 21 files and 2 functions
✔ CDN requesting 0 files and 2 functions
⠙ (1/2) Uploading graphql... ›   Warning: JSONHTTPError:  500
 ›   Warning: 
{
  "name": "JSONHTTPError",
  "status": 500,
  "json": {
    "status": 500,
    "error": "Internal Server Error"
  }
}

 ›   JSONHTTPError: Internal Server Error

I found some old topics (without finding any solution) talking about “debug=true” feature. Is there something which can help debugging to be easier ? More verbose?

Thanks!

Hey @JLartigaud,

Could you continue the discussion in this issue: