IE9 : Application is not launching for the first time

IE9 : Application is not launching for the first time, returns with the below error. When we refresh the page then it works.

SCRIPT5007: Unable to get value of the property ‘content’: object is null or undefined

When the error next occurs, check in the Dev Tools / F12 to see if there are any errors being reported, particularly if it suggests that some of the files it requires are missing.

Below is the error we get on first launch in dev tools
SCRIPT5007: Unable to get value of the property ‘content’: object is null or undefined

I understand that, but all that’s telling you is that the JavaScript is expecting to find something with a class or ID of ‘content’, but can’t locate it. If the application runs OK when it’s reloaded, then that asset is accessible, but isn’t appearing first time round. So either a file the application needs isn’t being downloaded, or something isn’t being created on page load.

Can you do screenshots of what the page looks like both on first load (with error) and on reload (without error), or perhaps provide a link to the page it’s on if it’s publicly accessible?

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