ZE10024: Invalid app ID

Invalid app ID.

Quick Help

The fastest way to resolve this error is to join our Discord and leave a message - our team is ready to help!

  • Error Code: ZE10024
  • Location: Terminal
  • Related plugins: all

This error occurs when the application ID provided to Zephyr is invalid or doesn't match the expected format.

Debugging the error

Verify the app ID format

Application IDs should follow the expected format. Check your configuration to ensure the app ID is correctly specified.

Check your package.json

Ensure your package.json has a valid name field, as this is often used to derive the application ID.

Clear local cache

Try clearing the Zephyr cache and rebuilding:

rm -rf ~/.zephyr
npm run build