Slug Does Not Match Issue

I am trying to run an EAS build but am getting the following error:

Error: Project config: Slug for project identified by “extra.eas.projectId”
(AwesomeProject) does not match the “slug” field (dbk-mobile-app).

This is likely because I changed the ‘slug’ in the app.json file after building with a default react-native build – which is set to ‘AwesomeProject’. How do I now make the change so that these are in sync and the build will proceed?

you can either delete the project id to initialize a new project for the given slug, or change the slug to match the expected value for the project id

1 Like