Skip to content
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

Valipack gives exception when loaded with proxy #15

Open
Vrolijkx opened this issue Feb 19, 2016 · 1 comment
Open

Valipack gives exception when loaded with proxy #15

Vrolijkx opened this issue Feb 19, 2016 · 1 comment
Labels

Comments

@Vrolijkx
Copy link
Owner

The next error occurred when trying to run VIP CRM through te proxy. Without proxy there where no problems.

stack trace in browser:

Uncaught Error: [$injector:modulerr] Failed to instantiate module be.aca.ui.manager.modules.booter due to:
Error: [$injector:modulerr] Failed to instantiate module ui.bootstrap  due to:
Error: [$injector:nomod] Module 'ui.bootstrap ' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.
http://errors.angularjs.org/1.3.13/$injector/nomod?p0=ui.bootstrap%20
    at http://localhost:5050/ui/lib/angular/angular.js:63:12
    at http://localhost:5050/ui/lib/angular/angular.js:1767:17
    at ensure (http://localhost:5050/ui/lib/angular/angular.js:1691:38)
    at module (http://localhost:5050/ui/lib/angular/angular.js:1765:14)
    at http://localhost:5050/ui/lib/angular/angular.js:4097:22
    at forEach (http://localhost:5050/ui/lib/angular/angular.js:323:20)
    at loadModules (http://localhost:5050/ui/lib/angular/angular.js:4081:5)
    at http://localhost:5050/ui/lib/angular/angular.js:4098:40
    at forEach (http://localhost:5050/ui/lib/angular/angular.js:323:20)
    at loadModules (http://localhost:5050/ui/lib/angular/angular.js:4081:5)
http://errors.angularjs.org/1.3.13/$injector/modulerr?p0=ui.bootstrap%20&p1…http%3A%2F%2Flocalhost%3A5050%2Fui%2Flib%2Fangular%2Fangular.js%3A4081%3A5)
    at http://localhost:5050/ui/lib/angular/angular.js:63:12
    at http://localhost:5050/ui/lib/angular/angular.js:4120:15
    at forEach (http://localhost:5050/ui/lib/angular/angular.js:323:20)
    at loadModules (http://localhost:5050/ui/lib/angular/angular.js:4081:5)
    at http://localhost:5050/ui/lib/angular/angular.js:4098:40
    at forEach (http://localhost:5050/ui/lib/angular/angular.js:323:20)
    at loadModules (http://localhost:5050/ui/lib/angular/angular.js:4081:5)
    at createInjector (http://localhost:5050/ui/lib/angular/angular.js:4007:11)
    at doBootstrap (http://localhost:5050/ui/lib/angular/angular.js:1445:20)
    at bootstrap (http://localhost:5050/ui/lib/angular/angular.js:1466:12)
http://errors.angularjs.org/1.3.13/$injector/modulerr?p0=be.aca.ui.manager.…ttp%3A%2F%2Flocalhost%3A5050%2Fui%2Flib%2Fangular%2Fangular.js%3A1466%3A12)(anonymous function) @ angular.js:63(anonymous function) @ angular.js:4120forEach @ angular.js:323loadModules @ angular.js:4081createInjector @ angular.js:4007doBootstrap @ angular.js:1445bootstrap @ angular.js:1466angularInit @ angular.js:1360(anonymous function) @ angular.js:26125c @ jquery-1.10.1.min.js:4p.fireWith @ jquery-1.10.1.min.js:4x.extend.ready @ jquery-1.10.1.min.js:4x.extend.holdReady @ jquery-1.10.1.min.js:4continueDomLoadingIfAllJavascriptFilesInitialized @ be.aca.ui.manager.js:125script.onload @ be.aca.ui.manager.js:117

command used

platform-proxy -t http://localhost:8081

proxy version: 1.3.1

@Vrolijkx Vrolijkx added the bug label Feb 19, 2016
@guyv
Copy link
Collaborator

guyv commented Feb 22, 2016

works for me in slightly modified 1.4.0 (see #17)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants