Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rebuilding expo bundle with a different slug

I changed the name of a React Native/Expo app and wanted to change the slug to go with it, but got the error "CombinedError: [GraphQL] Experience with name '@-----/newName' does not exist". Using the old slug, it still works. Is there any way to rebuild the app with a different slug?

like image 853
dannnny Avatar asked Dec 10 '25 10:12

dannnny


1 Answers

Just had this same problem.

  • Check your app.json and look for the field expo.extra.eas.projectId and delete it.
  • Now try to run your build again, a new projectId will be generated.

This seems to have worked for me, hope it helps.

like image 173
Oscarina Avatar answered Dec 12 '25 01:12

Oscarina