Mateusz Stepaniuk
Mateusz Stepaniuk
I have very similar issues trying to connect `@vercel/kv` with Qwik as env variables just don't pop out in neither `process.env` nor `import.meta.env` in server side code
Just letting you know, cause I yesterday revisited the problem and suddenly code worked on a Vercel with me changing nothing at all, only thing I’ve done was redeploying my...
I use 2 ways, one was using connect with storages which auto-injected envs into my project, second was adding manually some test envs via Vercel UI. The result was basically...
Yeah, I don't know what he did on the Vercel site, but now the behavior is actually predictable, as when logging `process.env` I consistently get all needed env variables.