ISSUE TYPE
COMPONENT NAME
noVNC consoleproxy System VMs
CLOUDSTACK VERSION
OS / ENVIRONMENT
CentOS 7.9
SUMMARY
noVNC unable to connect console while WEB browser language not English
STEPS TO REPRODUCE
Here I found 2 ways to make noVNC works fine
- Set English to first language in the WEB browser (Chrome).
Setting > Language > Add Language > Set English to first.
- Force noVNC language in English
1. connect to consoleproxy VM
sudo ssh -i /root/.ssh/id_rsa.cloud -p 3922 root@169.254.244.225
2. edit javascript
vi /usr/local/cloud/systemvm/noVNC/app/localization.js
3. At about line 23:
setup(supportedLanguages) {
this.language = 'en'; // Default: US English
return; // <<<<<<<<<<<<< add this line
And you need to clear cache on your browser.
ISSUE TYPE
COMPONENT NAME
CLOUDSTACK VERSION
OS / ENVIRONMENT
CentOS 7.9
SUMMARY
noVNC unable to connect console while WEB browser language not English
STEPS TO REPRODUCE
Here I found 2 ways to make noVNC works fine
And you need to clear cache on your browser.