Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Netlify deploy fails with JSONHTTPError: Internal Server Error #6997

Open
thelazyoxymoron opened this issue Jan 13, 2025 · 0 comments
Open
Labels
type: bug code to address defects in shipped code

Comments

@thelazyoxymoron
Copy link

Describe the bug

Getting this error when trying to deploy a site using netlify deploy --alias some-new-branch-name -m "some commit":

❯ Context
✔ Finished uploading blobs to deploy store
✔ No cached functions were found
✔ Finished hashing
⠏ CDN diffing files... ›   Warning: JSONHTTPError:  500
 ›   Warning:
{
  "name": "JSONHTTPError",
  "status": 500,
  "json": {
    "error": "unexpected return"
  }
}

 ›   JSONHTTPError: Internal Server Error

Steps to reproduce

  1. Run netlify deploy --alias some-new-branch-name -m "some commit"
  2. Get error

Configuration

No response

Environment

System:
    OS: macOS 15.2
    CPU: (10) arm64 Apple M1 Max
    Memory: 26.61 GB / 64.00 GB
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 18.20.2 - ~/.nvm/versions/node/v18.20.2/bin/node
    Yarn: 1.22.21 - ~/.nvm/versions/node/v18.20.2/bin/yarn
    npm: 10.8.1 - ~/.nvm/versions/node/v18.20.2/bin/npm
    pnpm: 9.15.3 - ~/.nvm/versions/node/v18.20.2/bin/pnpm
    bun: 1.1.43 - /opt/homebrew/bin/bun
    Watchman: 2024.12.02.00 - /opt/homebrew/bin/watchman
  npmPackages:
    netlify-cli: ^18.0.0 => 18.0.0

@thelazyoxymoron thelazyoxymoron added the type: bug code to address defects in shipped code label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug code to address defects in shipped code
Projects
None yet
Development

No branches or pull requests

1 participant