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 !
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:
- run
shopify app dev --reset
- connect it to a new app with some random config name
- run
SHOPIFY_FLAG_APP_CONFIG=new-config shopify app dev where new-config is the name of the config from step 2
- choose a store
- stop this script (I killed it at this point, might work if you kill it at step 4 too)
- 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.