nostream icon indicating copy to clipboard operation
nostream copied to clipboard

[BUG] REDIS error

Open Eternumkr opened this issue 1 year ago • 1 comments

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.

Eternumkr avatar Oct 14 '24 22:10 Eternumkr

Are you using ./scripts/start script to run Nostream?

cameri avatar Oct 22 '24 13:10 cameri