Nuxt JS on Pages environment variables not working
I have correctly set all my env vars, my code seems accurate as far as i can tell yet no matter what i do pages will not use my variables
4 Replies
Code samples and proof i have values set here - https://github.com/unjs/nitro/issues/272#issuecomment-1679889977
GitHub
Support cloudflare environment variables · Issue #272 · unjs/nitro
Reference docs: https://developers.cloudflare.com/workers/platform/environment-variables/ Related: nuxt/nuxt#14011 Normally, we allow extending runtime config using Node.js environment variables (p...
server route sample:
@crossbeau Did you find an answer ?