seikan / carotu

A lightweight page to keep track of your server inventory.
MIT License
12 stars 1 forks source link

JQuery errors #2

Open asimzeeshan opened 1 month ago

asimzeeshan commented 1 month ago

Regardless of how I install it (release or git repo), it throws this error immediately on login

Uncaught TypeError: Cannot read properties of undefined (reading 'Constructor')
    at machine.min.js:1:11276

And when I try to add a "provider" since I need it for the "machine", I get a bunch of these erroors

Uncaught ReferenceError: url is not defined
    at HTMLDocument.<anonymous> (machine.min.js:1:11065)
    at e (jquery.min.js:2:27028)
    at t (jquery.min.js:2:27330)

Looks like a bug

Installed on PHP 8.2x

asimzeeshan commented 3 weeks ago

@seikan Can you help me here please?