Hello.
I am new to working with Redis. Specifically, I’m building a node app with socket.io and trying to use the Redis adapter to scale to multiple servers. I have tested the app using a local instance of Redis and it seems to be working fine.
I’ve followed these instructions and can see my newly created database in the Fly.io dashboard and when running flyctl redis list.
However, attempts to connect or see the status of this database are met with Error: input:18: addOn.app Not authorized to access this firecrackerapp
Obviously, fly-cli is authorized on my machine, and I don’t see any other places where I would be able to provide authentication e.g. isn’t this embedded in the address? redis://user:password@fly-pm-miamioh.upstash.io
[ioredis] Unhandled error event: MaxRetriesPerRequestError: Reached the max retries per request limit (which is 20). Refer to "maxRetriesPerRequest" option for details.