What wrangler version are you on?
What wrangler version are you on?
10 Replies
I didn't realize Pages used wrangler from my project to deploy? Curious why that is.
If it occurs with a less recent version of wrangler, then that's the cause because the SvelteKit cloudflare adapter uses an older version of wrangler
"peerDependencies": { "@sveltejs/kit": "^2.0.0", "wrangler": "^3.28.4" },Looks like 3.28.4 Installing the latest
wrangler
as a project dependency did not resolve this error. This project is using nodejs_compat
(not v2), which is why the error seems to be a bug in cloudflare.
Guess I'll wait it out to see if/when others encounter it this too.Maybe try updating your compatibly date to
2024-09-23
same result
Unknown User•2mo ago
Message Not Public
Sign In & Join Server To View
I am having the same issue
21:40:30.496 ✘ [ERROR] The
nodejs_compat_v2
compatibility flag is experimental and must be prefixed with experimental:
. Use experimental:nodejs_compat_v2
I tried to reset it in my wrangler, remove it etc. but nothing worked... I can't deploy my app at the moment
definitely a bug somewhereRunning into the same issue as well
@Cyb3r-Jok3 any updates on that issue?
@Cloudflare @Cloudflare (Dev) I need my app unstuck
From what I’ve gathered team has working on it but I don’t have an ETA for a fix
This is now fixed, and the versions shown here now deploy successfully https://discord.com/channels/595317990191398933/1282858613097889864/1283135807481184326
I am starting to have "Error: code challenge does not match previously saved code verifier" for no reason
I am using CF Pages, supabase
I did not change anything