How to upgrade Wrangler in cloudflare pages environment?

For Workers & Pages, what is the name of the domain?

What is the issue or error you’re encountering

I need to upgrade the version of wrangler used for build/deployment of sveltekit app in pages cloud environment.

What steps have you taken to resolve the issue?

I have tried updating wrangler version in package.json to 4.13.2 but when the deployment runs in cloud, it shows version 3.101.0. Docs are not very helpful.

1 Like

I’m facing the same problem.

As a workaround I started to deploy from my local machine using wrangler pages deploy..

This topic was automatically closed after 15 days. New replies are no longer allowed.