Internal error. Looks like something went wrong on our end. 04/11/2025

I have reproduced the issue on the latest CLI version.

Yes, I am on the latest version

I have searched existing posts and this report is not a duplicate.

Yes, this isn’t a duplicate

In which of these areas are you experiencing a problem?

App

Expected behavior

shopify app deploy: I expected the new version will deployed

Actual behavior

{ “message”: “Internal error. Looks like something went wrong on our end.”, “extensions”: { “code”: “INTERNAL_SERVER_ERROR” } }

Request ID: bacc822d-7471-4d2c-867f-72215286882b-1762259157

Reproduction steps

I just ran shopify app deploy and it can’t be deployed. Was working last week for me.

Verbose output

╭─ error ────────────────────────────────────────────────────────────────────────────────────────────────╮
│                                                                                                        │
│                                                                                                        │
│  The App Management GraphQL API responded unsuccessfully with errors:                                  │
│                                                                                                        │
│  [                                                                                                     │
│    {                                                                                                   │
│      "message": "Internal error. Looks like something went wrong on our end.",                         │
│      "extensions": {                                                                                   │
│        "code": "INTERNAL_SERVER_ERROR"                                                                 │
│      }                                                                                                 │
│    }                                                                                                   │
│  ]                                                                                                     │
│                                                                                                        │
│  Request ID: bacc822d-7471-4d2c-867f-72215286882b-1762259157                                           │
│                                                                                                        │
│                                                                                                        │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────╯

Operating system

Mac OS Tahoe 26.0.1

CLI version

3.86.1

Shell

zsh

Nodejs version

v24.11.0 and v18.19.1 both didn’t work

What language and version are you using in your application?

Javascript

Hi @jc_cheng

I’ve sent you a private message to further debug this issue.

@NickWesselman I’m also facing this today, both on the latest CLI (3.86.1) and a version that was known to be working last week (3.84.1), across two different app repos. One was deploying and previewing fine last week.

Hi Nick, I answered you in DM. Hope I can solve it asap

Hi Derrick, did you find any solutions? I am still stucked on can’t deploy a fix…

@derrick – Can you provide a request ID and --verbose output of the deploy command please?

@NickWesselman I’m running shopify app dev in my case, can you DM me so I can send you the verbose log?

│ The App Dev GraphQL API responded unsuccessfully with errors: │ │ │ │ [ │ │ { │ │ "message": "Internal error. Looks like something went wrong on our end.", │ │ "extensions": { │ │ "code": "INTERNAL_SERVER_ERROR" │ │ } │ │ } │ │ ] │ │ │ │ Request ID: d353c657-9900-4fcb-95ab-5adc34525bac-1762292348

It happens to me the same, with shopify app dev and deploy same error.

For posterity, @jc_cheng’s issue was due to an invalid character in a locale translation file of a UI extension.

@derrick Your report looks to be a different issue. We are investigating.