ZE10017
ZE20012
After generating your application_uid
based on your git config and package.json
, we save them to your local disk in a folder named ~/.zephyr
and we utilize the information there to help you deploy your applications. Each one of your application has their own unique application_uid
.
Whenever your are using our plugins - be it zephyr-webpack-plugin, vite-plugin-zephyr or rollup-plugin-zephyr, the first thing we do when you try to run a build is to check whether there is local configurations exists for thie project to run a build. Your project's unique application_uid
is how we connect with edge URL and finishing your deployment process.
If the local configuration doesn't exists, we then won't be able to generate a build id
unique to each of your build. Note that in some scenario you might still be able to run a build - but your deployed url might show you ZE20012
.
package.json
file in your project directory.By valid, we mean it fits json format, include name and version
Also ensure if it sits in where your bundler configuration is.
Related error and potential resolution:
Related error and potential resolution:
Remove your local configuration files ~/.zephyr
and login from either dashboard or sidepanel on Chrome again.