Exception

Error

We're sorry, but an unhandled error occurred. Please see the details below.

MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error.

/var/www/app/vendor/predis/predis/src/Client.php line 370

            }
 
            return $response;
        }
 
        if ($this->options->exceptions) {
            throw new ServerException($response->getMessage());
        }
 
        return $response;
    }
 
    /**

Stack trace

# Called Code Document Line
13 Predis\Client->onErrorResponse() ~/vendor/predis/predis/src/Client.php 335
12 Predis\Client->executeCommand() ~/vendor/predis/predis/src/Client.php 314
11 Predis\Client->__call() ~/vendor/laravel/framework/src/Illuminate/Redis/Connections/Connection.php 96
10 Illuminate\Redis\Connections\Connection->command() ~/vendor/laravel/framework/src/Illuminate/Redis/Connections/Connection.php 108
9 Illuminate\Redis\Connections\Connection->__call() ~/vendor/laravel/framework/src/Illuminate/Cache/RedisStore.php 93
8 Illuminate\Cache\RedisStore->put() ~/vendor/laravel/framework/src/Illuminate/Cache/Repository.php 191
7 Illuminate\Cache\Repository->put() ~/vendor/october/rain/src/Halcyon/MemoryRepository.php 61
6 October\Rain\Halcyon\MemoryRepository->put() ~/vendor/laravel/framework/src/Illuminate/Session/CacheBasedSessionHandler.php 66
5 Illuminate\Session\CacheBasedSessionHandler->write() ~/vendor/laravel/framework/src/Illuminate/Session/Store.php 128
4 Illuminate\Session\Store->save() ~/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php 87
3 Illuminate\Session\Middleware\StartSession->terminate() ~/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php 218
2 Illuminate\Foundation\Http\Kernel->terminateMiddleware() ~/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php 189
1 Illuminate\Foundation\Http\Kernel->terminate() ~/index.php 49