sirhc wrote:Well wait and see. I have NO issues with the new manager????
More info for you and others to cross-check
Server
- Ubuntu 18.04.6
- NodeJS 8.17.0
Manager - Manager upgraded directly from v1.0.20 to v1.0.22
- 50 switches in device list
- Firmwares ranging from 1.5.14 to 1.5.25
Unable to:
- Change between Devices/Schedule/Firmwares/Configs/Log (screen stays locked on Devices tab)
- Open the "About" screen
- Open the "Settings" screen
- Firmware upgrade a selected switch
- Reboot a selected switch
- Edit a selected switch
- Add a new switch
- Delete a switch
Affected browsers Edge 131 on Windows 11
Chrome 131 on Windows 11
Edge 131 on Windows Server 2022
Cache has been cleared on all browsers, and have also forcibly disabled cache in Dev Console -> Network
Errors
The following Javascript error is logged when the Manager page (main.html) is loaded:
- Code: Select all
main.html:181
Uncaught TypeError: $(...).tooltip is not a function
at HTMLDocument. (main.html:181:37)
at i (jquery-2.2.0.min.js:2:27065)
at Object.fireWith [as resolveWith] (jquery-2.2.0.min.js:2:27828)
at Function.ready (jquery-2.2.0.min.js:2:29621)
at HTMLDocument.J (jquery-2.2.0.min.js:2:29806)
The following error is logged when I try to open the "Settings" dialog:
- Code: Select all
main.html:69
Uncaught TypeError: $(...).modal is not a function
at HTMLButtonElement. (main.html:69:27)
at HTMLButtonElement.dispatch (jquery-2.2.0.min.js:3:7519)
at r.handle (jquery-2.2.0.min.js:3:5600)
Similar .modal errors are seen for the switch edit dialog, and a "c.modal" error is generated when trying to delete a switch.