jquery-issue: cannot load the basic jquery

A plugin or your theme is probably calling wp_enqueue_media() and instead of adding a check for admin page and early return they are allowing the scripts to load on every admin page.

You need to deactivate all the plugins and switch to the default theme. If this solves your issue then activate your plugins one by one, checking if the problem re occurs (don’t forget to clear your browser cache each time) to identify where the problem is.