@maynor just updated a server to Vital version 4.1.0-7 and Vitxi version 4.1.0-0 and webrtc clients are not able to register again. Firewall and general config didn’t change at all as everything was working as expected before the upgrade. What I do see as very odd is that the .env file is empty completely
-rw-r--r-- 1 www-data www-data 0 Aug 14 18:47 .env
Not sure exactly why this happened during the upgrade. Most likely due to this the following commands dont work at all
server: /usr/share/vitxi/backend# php artisan websockets:ssl-config
In Environment.php line n/a:
Uninitialized string offset -1
/usr/share/vitxi/backend/artisan websockets:ssl-config
/usr/bin/env: ‘php\r’: No such file or directory
Got a copy of the .env file from a snapshot I restored into a new vm and set the proper permisions on the file to be owned by www-data, still couldn’t get it to work so I did the following.