ZE20012This error happens when the Zephyr's plugin tries to get a list of assets ids from the server to determine which assets it needs to upload, but failed to provide a valid application_uid in the request.
If you encounter this error, you can try to deploy your application again. This error can be transient and may not occur on subsequent deployments.
npm run build
Please update your Zephyr plugin to the latest version to ensure you have the latest features and bug fixes.
npm install zephyr-webpack-plugin --latest npm install rollup-plugin-zephyr --latest npm install vite-plugin-zephyr --latest
If the error persists, you can try to clear the assets cache and re-run the deployment.
rm -rf ~/.zephyr
Still having problems? Try joining our Discord server and get help from the community