Vitxi issues since v4.5

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.

1 Like

Hello!

Please navigate to Addons > Check Online and reinstall VitXi.

If the issue persists, please let me know.

Best regards!

Hi Maynor

I have tried reinstall, I have also tried uninstall and install neither fix the issue.

Best regards

1 Like

Could you please send me the .env file in a private message?

With Maynor’s assistance changing the .env from

VITE_REVERB_SCHEME="${REVERB_SCHEME}"OCTANE_SERVER=frankenphp
OCTANE_SERVER=frankenphp

to

VITE_REVERB_SCHEME=“${REVERB_SCHEME}”
OCTANE_SERVER=frankenphp

fixed the issue.

1 Like