Sunstone page is not loading correctly

Hi,
I’m new in OpenNebula. I’ve just installed vOneCloud and done basic configuration (it really takes less than 5 minutes :slight_smile: ) but after launching OpenNebula on my site http://ip.address:8000 - I log in to http://ip.addresss with CloudAdmin credentials - but page is not loading correctly - there is only part of page displayed:
for example - without upper ribbon with settings and signout options;
on hosts tab there is no ribbon with VMS, ESX icons (after adding vCenter ofcourse)
and there is still turning around animated icon under the content (looks like page still loading?).

Versions of the related components and OS (frontend, hypervisors, VMs):
OpenNebula 5.4.9 , vmware 6.0,

Looking forward for help.
(screenshot uploaded)

Hi,
Has anyone ever had such a case?
OpenNebula solution looks great but I had no chance to test it with sunstone page not loaded correctly…

Kind Regards,

Hi @rafal.wencel,

Can you provide me the output of your browser’s console?

Hi,
certainly - output of browser console attached.

So, what do you think about this case?
Each page which is not loaded correctly generates js error:
Firefox - hashRes.includes is not a function main.js 44598
IE11 - Object doesn’t support property or method ‘includes’ main.js 44598
How to solve this?
mainJS

Sorry for the delay,

IE11 doesn’t support ‘includes’ function… So I’ve replaced this function for ‘indexOf’:

https://github.com/OpenNebula/one/pull/2261/commits/8878bd68a2703124e85c99ac9eeafcd2ce0900de

Thanks for your help.

Regards.