Talaxasy
How to connect Azure Cache for Redis to nitro
I had tried to connect redis like this:
nitro.config.ts
But getting this error:
At PipeConnectWrap.afterConnect [as oncomplete] (node:net:1494:16)
[11:32:42 AM] [ioredis] Unhandled error event: Error: connect ENOENT
1 replies
How to use env variables inside /utils folder?
I want to access env variables from inside /utils folder for ex.: I have constants.ts file and there:
In a frontend console I see that CONSOLE_DEBUG always is undefined, but I have access to process.env.NODE_ENV
3 replies