rowboat icon indicating copy to clipboard operation
rowboat copied to clipboard

Confusing error in docker logs

Open akhisud3195 opened this issue 8 months ago • 0 comments

The Error: connect ECONNREFUSED ::1:6379 errors during the build process can be safely ignored. What's happening is that a redis module is being imported during build which implicitly initiates the redis client (but redis isn't running at this point) - causing this error to display. However, it does not affect the build.

akhisud3195 avatar May 13 '25 09:05 akhisud3195