You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: