Cloudflare Pages logs when using `wrangler pages deploy`

Hi, I'm using wranger pages deploy to deploy a Sveltekit project. However, I get a failed deployment: https://fdb56b0e.dts-root.pages.dev/
In the dashboard, the Deployment details say Status: Failed.
How can I see logs? The docs say that they are in the Build tab, however, I'm not using the cloudflare ci. I only see an "Assets uploaded" tab instead.

Account Id: ea55617474d57857ada364854771fa83
Deployment ID: fdb56b0e-cf73-4c25-8545-49fed091b120

wrangler deployments list --name dts-about just throws:
X [ERROR] A request to the Cloudflare API (/accounts/ea55617474d57857ada364854771fa83/workers/services/dts-about) failed.

  workers.api.error.service_not_found [code: 10090]


Any idea? Thanks in advance.
Was this page helpful?