opcodesio/log-viewer

Result not showing (Redis connection error)

FaisalKhokherWaada opened this issue · 1 comments

I am getting a bug when viewing a log route GUI, however, if I have a successful connection with the Redis client Redis is working fine, but I don't know why this error is occurring.

Request failed with status code 500: SELECT failed: ERR SELECT is not allowed in cluster mode

Error 👎
Screenshot 2024-04-03 174303

@FaisalKhokherWaada I assume you got it fixed? Make sure Redis is accessible through Laravel itself, so maybe try some Redis operations via the Laravel Artisan Tinker, or some test web route.