Uncaught ReferenceError: jQuery is not defined

I just got a brand new raspberry pi 3 and download the fresh image of the latest Raspian OS. I then installed pi hole with the curl command and installed everything fine. The app is working great and ads are being blocked. I can see stats generated through http://pi.hole/admin/api.php? I get:
{"domains_being_blocked":121705,"dns_queries_today":1145,"ads_blocked_today":132,"ads_percentage_today":11.528384,"unique_domains":364,"queries_forwarded":937,"queries_cached":76,"clients_ever_seen":2,"unique_clients":2,"status":"enabled"}

So the stats are working great. However in the webpage when I go to the dashboard all the charts are loading and I receive random jquery errors in the chrome console:
jquery-ui.min.js:6 Uncaught ReferenceError: jQuery is not defined
at jquery-ui.min.js:6
at jquery-ui.min.js:6
(anonymous) @ jquery-ui.min.js:6
(anonymous) @ jquery-ui.min.js:6
bootstrap.min.js:6 Uncaught Error: Bootstrap's JavaScript requires jQuery
at bootstrap.min.js:6
(anonymous) @ bootstrap.min.js:6
app.min.js:13 Uncaught Error: AdminLTE requires jQuery
at app.min.js:13
(anonymous) @ app.min.js:13
jquery.dataTables.min.js:5 Uncaught ReferenceError: jQuery is not defined
at jquery.dataTables.min.js:5
at jquery.dataTables.min.js:5
(anonymous) @ jquery.dataTables.min.js:5
(anonymous) @ jquery.dataTables.min.js:5
dataTables.bootstrap.min.js:5 Uncaught ReferenceError: jQuery is not defined
at dataTables.bootstrap.min.js:5
at dataTables.bootstrap.min.js:5
(anonymous) @ dataTables.bootstrap.min.js:5
(anonymous) @ dataTables.bootstrap.min.js:5
footer.js:95 Uncaught ReferenceError: $ is not defined
at footer.js:95
(anonymous) @ footer.js:95
index.js:603 Uncaught ReferenceError: $ is not defined
at index.js:603
(anonymous) @ index.js:603

Looks like this is coming from http://pi.hole/admin/scripts/vendor/jquery-ui.min.js

Any workarounds for this issue? Shouldn't the install of pi hole come with jquery?
I've also tried running pihole -r to repair and that didn't work. The loading issue also happens in Internet Explorer.

Thanks for any help!

I uninstalled and reinstalled and it's working now. Not sure what happened.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.