Missing file hash.

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

This error happens when the Zephyr's plugin tries to upload a file, but failed to provide a valid application_uid in the request, but failed to provide valid params in the request.

Retry your deployment

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.

1npm run build

Ensure you are running latest Zephyr plugin

Please update your Zephyr plugin to the latest version to ensure you have the latest features and bug fixes.

1# Choose the plugin you are using
2npm install zephyr-webpack-plugin --latest
3npm install rollup-plugin-zephyr --latest
4npm install vite-plugin-zephyr --latest

Clear assets cache

If the error persists, you can try to clear the assets cache and re-run the deployment.

1rm -rf ~/.zephyr

Ask for Support

ON THIS PAGE