I was able to register vitxi extension in the end, but now once again extensions are not able to register. Also when logging in vitxi seems to freeze right after login showing a blank screen and three loading dots. You have to do a web oage refresh in order to get the interface to load but even after that registration is not happening.
@maynor any idea how to troubleshoot this issue. As mentioned in my previous post firewall rules have been and where working before the update to 4.1.0-0
I cant run /usr/share/vitxi/backend/artisan websockets:ssl-config directly as I get this:
/usr/share/vitxi/backend/artisan websockets:ssl-config
/usr/bin/env: ‘php\r’: No such file or directory
and have restart vitxi multiple times, but still only get the 4 dot loading animation when trying to log in the first time after reloading with CTRL+F5 and after that extensions still cant register.
I compared the .env file to another working server, not sure how it happened but for some reason the WSS_PORT variable in the .env file had extra characters after the actual port 8089, which where the ones causing the issue.
I left the variable like it was supposed to
WSS_PORT = 8089
Restarted Vitxi and since the clients where reaching the websocket properly they where able to register once again.
That’s great that it’s working now! There might have been an unexpected error, or perhaps something went wrong during the package download/update process.