Andres Vidal

Results 6 comments of Andres Vidal

Hi @madalenapmelo-kp! Any updates on this issue?

Any idea when these are getting merged?

I'm having the same issue. I tried everything but either .env variables get hardcoded in or they render empty in api calls.

> [@andresvidal](https://github.com/andresvidal) Have you enabled `cloudflare: { nodeCompat: true, deployConfig: true }`? Yes! after several tests, I found a work around for the "bug". **.env** ``` NUXT_SUPER_SECRET=super-secret-dev-value ``` **nuxt.config.ts** ```...

> I would personally directly use `process.env.NUXT_SUPER_SECRET` instead of runtime-config. much easier to make sure these kinds of issues won't happen. That’s the core issue. The bug is that wrangler...

Thanks for the awesome project! I'm not sure if this is related, but I keep getting an error from OpenAI models hosted in a different base_url. When I run the...