cancel
Showing results for 
Search instead for 
Did you mean: 

SmartEdit: injector:modulerr

0 Kudos

We are currently upgrading from version 1905 -> 2005.

When we try to login to smartedit, we get a blank page and the following error in the browser console:

ERROR Error: [$injector:modulerr] http://errors.angularjs.org/1.8.0/$injector/modulerr?p0=%24%24UpgradeModule&p1=%5B%24injector%3Amodu...
gthirdparties.js:5383rthirdparties.js:4316gthirdparties.js:5365fbthirdparties.js:5498cthirdparties.js:4698Wcthirdparties.js:4715bootstrapvendor_chunk.js:2

Does anybody have a hint on how to fix that issue?

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

I was able to figure the cause out myself:

The reason for this error in our case was an overwrite of a smartedit service that has changed in 2005. Therefore the logic broke and a required module could not be injected ("nomod").

General advice for an error message like this: Dig into the p0 and p1 parameters of the angular error message and follow the module dependencies to see which module is causing the problem

alex_alvarez
Advisor
Advisor
0 Kudos

Using Developer Tools compare the requests from the 1905 and 2005 on the Network tab and make sure that all .js files are loaded. Check also the Console for errors.