For Workes & Pages, what is the name of the domain?
8367103d.obsidian-publish-35y.pages.dev
What is the issue or error you’re encountering
env vars binding not work
What are the steps to reproduce the issue?
wrangler.toml
[vars]
IGNORE_PATH = [“Images/”, “MeetNote/”, “Privacy/”, “Work/”]
index.ts
const { IGNORE_PATH } = ctx.env;
The page function works well in the local mode. However, when I deploy the code to the production, the ‘IGNORE_PATH’ is null, and I cannot see the variable in ‘Settings/Environment Variables’.