Environment variables are not populated to next.js app hosed on worker when auto-bu

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

What is the issue or error you’re encountering

Environment variables are not populated to next.js app hosed on worker when auto-build is executed from github. But in build logs the env variables exists. If use wrangler deploy script from local machine - everything is fine

What steps have you taken to resolve the issue?

only command from local machine fixed the issue

opennextjs-cloudflare build && opennextjs-cloudflare deploy

What are the steps to reproduce the issue?

Implemented changes
Set env variables in wrangler.jsonc
Pushed changed to Github
Awaited auto-build
checked auto-build has populated env variables in logs
checked web-site, env variables are not populated

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