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

Route /admin doesn't leave setup page (package architecture project) #363

Open
lnmunhoz opened this issue Jul 21, 2016 · 0 comments
Open

Comments

@lnmunhoz
Copy link

The setup page doesn't come out. I created the AdminConfig shared on client and server and I am logged in as a user with admin role.

The project uses a package architecture and the collections are not global. This could affect this admin package to setup properly?

I am getting the following error on the /admin route on the console:

Exception in callback of async function: Error: Handler with name 'hookWithOptions' already exists.
    at MiddlewareStack._create (http://localhost:3000/packages/iron_middleware-stack.js?hash=d50ce351195109ce13c1bba2b7241c22082e8f23:200:13)
    at MiddlewareStack.push (http://localhost:3000/packages/iron_middleware-stack.js?hash=d50ce351195109ce13c1bba2b7241c22082e8f23:216:22)
    at http://localhost:3000/packages/iron_middleware-stack.js?hash=d50ce351195109ce13c1bba2b7241c22082e8f23:234:12
    at Array.forEach (native)
    at Function._.each._.forEach (http://localhost:3000/packages/underscore.js?hash=27b3d669b418de8577518760446467e6ff429b1e:149:11)
    at MiddlewareStack.append (http://localhost:3000/packages/iron_middleware-stack.js?hash=d50ce351195109ce13c1bba2b7241c22082e8f23:230:5)
    at http://localhost:3000/packages/iron_middleware-stack.js?hash=d50ce351195109ce13c1bba2b7241c22082e8f23:236:19
    at Array.forEach (native)
    at Function._.each._.forEach (http://localhost:3000/packages/underscore.js?hash=27b3d669b418de8577518760446467e6ff429b1e:149:11)
    at MiddlewareStack.append (http://localhost:3000/packages/iron_middleware-stack.js?hash=d50ce351195109ce13c1bba2b7241c22082e8f23:230:5)
@lnmunhoz lnmunhoz changed the title Route /admin doesn't leave setup page (package architecture) Route /admin doesn't leave setup page (package architecture project) Jul 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant