cameri / nostream

A Nostr Relay written in TypeScript
MIT License
749 stars 195 forks source link

[BUG] REDIS error #375

Open Eternumkr opened 1 month ago

Eternumkr commented 1 month ago

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.

cameri commented 1 month ago

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