Cannot create custom apps on dev store

Hi there!

I’ve just created a development store and I would like to create a custom app to obtain an access token to call the admin graphQL api.

After having allowed the legacy custom app development, I get this error when trying to create the app:

That’s the only custom app that is present on the store

Hey @baggiogiacomo, for development stores, creating custom apps is now done through the developer dashboard and the CLI.

You can find specific details here on the process to generate the access token: Using the client credentials grant

Thank you @KyleG-Shopify!