Hi everyone. I deployed a Next.js app using @opennextjs/cloudflare and connected my Git repo for automatic deploys. I had already set environment variables in the Worker's dashboard (Settings → Variables and Secrets), but the build failed because it couldn't find them.
I ended up having to re-add all the env vars in Build configuration → Build variables and secrets one by one.
Is this expected? Are the Worker runtime variables and Build variables completely separate, requiring me to maintain them in two places? Or is there a way to share them? Just want to make sure I'm not missing something