Hello
I have a fairly new install of v4 that I upgraded to 4.5. I think I had gone past the initial Vitxi setup of database, ports, user but since upgrade all I get is 4 loading circles and then a blank page. I have tried uninstalling and reinstalling Vitxi. I have also tried to run these commands: -
cd /usr/share/vitxi/backend/
php artisan logs:clear && php artisan app:fix-permissions
php artisan migrate:fresh --force
php artisan websockets:ssl-config
systemctl restart vitxi && systemctl restart vitxi-worker
on the 2nd line I get the following error: -
The environment file is invalid!
Failed to parse dotenv file. Encountered unexpected whitespace at ["${REVERB_SCHEME}"OCTANE_SERVER=frankenphp].
I think I have also done two fresh installs of 4.5 on Debian 12 for testing and when you do the Vitxi setup and you try to connect to the database it just says that it can’t connect.
Any help would be greatly appreciated.