Error deploying pages project to preview environment

Using wrangler 3.15.0, I cannot deploy my pages project to a preview environment. Using the following pages deployment command:

> wrangler pages deploy static --project-name=<REDACTED>
▲ [WARNING] Warning: Your working directory is a git repo and has uncommitted changes

  To silence this warning, pass in --commit-dirty=true


✨ Compiled Worker successfully
🌍  Uploading... (93/93)

✨ Success! Uploaded 0 files (93 already uploaded) (0.46 sec)

✨ Uploading Functions bundle
✨ Deployment complete! Take a peek over at <REDACTED>
Was this page helpful?