Failing to restart after updates

Running on Unbuntu 22, just installed system update (sudo apt-get update) and restarted the server. Now nothing is working. Can’t access to web portal, but I can SSH into the server. Says Pritunl service is running. Please help!

Run sudo pritunl logs --limit=100 and sudo tail -n 100 /var/log/pritunl.log to get the information from the logs. When updating the server sudo systemctl restart pritunl must also be run to complete the update. Some Python libraries have static files and the running service can stop functioning if the file becomes unavailable. The package build copies a lot of these files to the previous location but some older releases may be missing.