installed nostream on a VM(Ubuntu 22.04.5). V2.0.0.
postgresql-16
Redis Server V7.4.1
Typescript v5.6.3
node v20+ (also node v18)
when running nostream, REDIS throws error saying the URL is undefined.
logs show:
new URL (node:internal/url:806:29)
code: 'ERR_INVALID_URL'
input: 'redis://undefined:undefined:@undefined:undefined'
installed nostream on a VM(Ubuntu 22.04.5). V2.0.0. postgresql-16 Redis Server V7.4.1 Typescript v5.6.3 node v20+ (also node v18)
when running nostream, REDIS throws error saying the URL is undefined. logs show: new URL (node:internal/url:806:29) code: 'ERR_INVALID_URL' input: 'redis://undefined:undefined:@undefined:undefined'
my .env file has all of the redis variables.
I dont understand.
Please help.