opcodesio / log-viewer

Fast and beautiful Log Viewer for Laravel
https://log-viewer.opcodes.io
MIT License
3.39k stars 237 forks source link

Result not showing (Redis connection error) #356

Closed FaisalKhokherWaada closed 3 months ago

FaisalKhokherWaada commented 3 months ago

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

arukompas commented 3 months ago

@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.