Assets not found in snapshot.

  • Error Code: ZE20011
  • Location: Browser
  • Related plugins: all

This error occurs when attempting to access a URL that doesn't exist. It may be due to a mistyped URL, a changed URL, or the project being deleted or moved.

It was either by a mistyped project_uid (subdomain) or the URL path doesn't exist:

https://<project_uid>.valorkin.dev/<path>

Debugging the error

Make sure you are using the latest deployment URL for your tag.

Re-run your build and ensure you clicked on the latest deployment URL for your tag and not an older one that was in your copy-paste history.

1npm run build
2
3ZEPHYR   Hi arthurfiorette!
4ZEPHYR   Building to project.repository.arthurfiorette#1
5ZEPHYR   uploading missing assets to zephyr (queued 1 out of 7)
6ZEPHYR   Uploaded missing assets to zephyr (1 assets in 115ms, 0.56kb)
7ZEPHYR   Uploaded local snapshot in 118ms
8ZEPHYR   Build deployed in 445ms
9ZEPHYR   Deploying to edge:
10ZEPHYR   -> https://project-repository-arthurfiorette-ze.valorkin.dev
11ZEPHYR   -> https://arthurfiorette-project-commitid-ze.valorkin.dev

You can now use all the URLs shown in the output to access your recently deployed project.

  • https://project-repository-arthurfiorette-ze.valorkin.dev
  • https://arthurfiorette-project-commitid-ze.valorkin.dev