The BusinessPlatform GraphQL API responded unsuccessfully with the HTTP status 500

Hi,
I’m trying to start my app with last shopify-cli @shopify/cli/3.84.1 darwin-arm64 node-v24.7.0.
But i keep getting an error when yarn dev :
”The BusinessPlatform GraphQL API responded unsuccessfully with the HTTP status 500 and errors:”

Thanks !

error seems to be fixed

No such luck here, I’m currently observing the same error and have been getting it for a good hour or so. I read somewhere you could use a new dev store, but my setup would take hours to migrate properly and I’d like to keep using the current one. Anyone managed to fix this in some way?

Edit: So, here’s a weird fix:

  1. run shopify app dev --reset
  2. connect it to a new app with some random config name
  3. run SHOPIFY_FLAG_APP_CONFIG=new-config shopify app dev where new-config is the name of the config from step 2
  4. choose a store
  5. stop this script (I killed it at this point, might work if you kill it at step 4 too)
  6. go back and run shopify app dev your old config

No idea if I just hit the sweet spot with the timing or whether one of the commands cleared some stale cache or something, but this worked out for me.