According to information in the error log, the error is in the file:
PHP Code:
vendor/codeigniter4/framework/system/Session/Handlers/FileHandler.php(101): ini_set('session.save_pa ...', '/home/user/pr...')
I went to the file and found this:
PHP Code:
ini_set('session.save_path', $config->sessionSavePath);
Problem finding the directory path to save the session.
I did a test and did a clean install of codeigniter 4 and had the same problem!
Can it be VPS server configuration?