Can't console.log from local pages setup

Hey everyone - this is probably a pretty simple problem. I cannot see ANY output from my local pages setup. I am trying to run a nextJS app using pages with a workers backend for server actions.

The command I am running is
npx wrangler pages dev .vercel/output/static --compatibility-flags="nodejs_compat"
. I can
console.log
in both server and client components, but my logs don't show up in the browser console OR in my terminal window. I am using
"wrangler": "3.22.4"
and
"@cloudflare/next-on-pages": "^1.8.3"
. Please help!
Was this page helpful?