After trying to fix the issue by following answers in other threads to no avail, I turn to you for help.
I am running Ghost 2.22.3 on a server in an internal network for some time and keep introducing users to it. Only now we notice that there is something wrong when going to the admin page through Internet Explorer 11.
The admin page (https://siteurl/ghost) only shows the loading spinner indicator and does show the login form.
The console shows the following errors:
DOM7011: The code on this page disabled back and forward caching. For more information, see: http://go.microsoft.com/fwlink/?LinkID=291337
File: ghost
HTML1300: Navigation occurred.
File: ghost
SCRIPT1003: Expected ':'
File: vendor.min-baeef020ffb094fc22aa5e15de012302.js, Line: 4684, Column: 73
SCRIPT1002: Syntax error
File: ghost.min-f0637d8c28b3df29ae9e8ab6b9ddf06a.js, Line: 3, Column: 56
Both error SCRIPT1003 and SCRIPT1002 do not seem to make sense.
SCRIPT1003 points to this line:
return{default:self.jQuery,__esModule:!0}})}(),Ember.Component.reopen({$(e){if(this.element)return e?jQuery(e,this.element):jQuery(this.element)}}),Ember.libraries.register("Ember Postcss","4.2.0"),function(e){e.Debug=e.Debug||{},e.Debug.registerDeprecationHandler=function(){},
Suggesting it expects a “:” right after the $
SCRIPT1002 points to:
var s=t.default.extend({shouldBackgroundReloadRecord:()=>!1})
Which is a valid syntax to the best of my knowledge
Everything works just fine in Firefox (I am using version 68)
Does anyone know what causes these errors and how to fix it?