env variables
Hello , So I'm trying to deploy my nextjs project on cloudflare, I have env variables from dashboard configured already, but when i"m trying to build it's not able to see variables from there, im using t3-oss for env in my project, everything works fine with .env.local but not working on production, any suggestions please?
1 Reply
hey! by any chances your envs are Plaintext and not secret? and you have a
wrangler.toml
?
if that's the case, make your variables secret and re-deploy