Deploying node server with internal redis server hosted on render also

i am getting this error i am deploying from github using monorepos

also there is link to repository GitHub - djchp/redis-prisma-socket

Hi there,

Thanks for reaching out.

From the logs snippet you shared, it appears the Redis connection string is wrapped in double quotes (which are being escaped to the %22s). You might need to check that the connection string provided to ioredis doesn’t have these quotes in the string.

Hope that helps

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.