-
-
Notifications
You must be signed in to change notification settings - Fork 489
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After refresh the browser and cache, got $injector:nomod #8354
Comments
@wangf1122 can you add in the url the parameter |
It was my IDE issue. Nothing wrong with the Angular dependencies. I have removed all temp Tomcat files from my IDE and made a maven clean install. Thing started to cache back and working. So the previous cached thing in the Tomcat was causing it. But it's working now. Thank you |
Sorry. I have to reopen the issue. I found only partially working. The admin tool and setting page is back. But the create metadata and edit board page still not working. I have created a new postgre database which is a brand new db, I clean installed the project, I clear all possible cache from the IDE. As for the parameter of debug. Where should I add it to? Here is my local url looks like Error from the Chrome/Edge debug console: Uncaught Error: [$injector:nomod] http://errors.angularjs.org/1.8.2/$injector/nomod?p0=gn_editor |
Hi, you can try the following url: http://localhost:8080/catalogue/srv/eng/catalog.edit?debug#/create I just tried opening the same page with a fresh install out of the main branch and could not reproduce the issue. |
After new installation at localhost and refresh all browser localhost content. I got error like and page cannot be loaded
This happens only when build with -Denv=prod. So I wonder if the angular dependency of the router is not setup correctly?
The text was updated successfully, but these errors were encountered: