[SOLVED] Error: Handler with name 'u' already exists

+1 here. Thank you! Worked!

1 Like

+1 here. It’s working!

+1 Fixed here :grin:

+1 Fixed for me, too. Thanks.

Thanks everyone very helpful

+1 Fixed for me, too. Thanks.

+1 for me as well. I dit not explicitly install iron:middleware, but I was using iron:router, version 1.0.7. A simple meteor update iron:router updated a lot of iron packages for me:
Changes to your project’s package version selections from updating package
versions:

iron:controller        upgraded from 1.0.7 to 1.0.8
iron:core              upgraded from 1.0.7 to 1.0.8
iron:dynamic-template  upgraded from 1.0.7 to 1.0.8
iron:layout            upgraded from 1.0.7 to 1.0.8
iron:location          upgraded from 1.0.7 to 1.0.9
iron:middleware-stack  upgraded from 1.0.7 to 1.0.9
iron:router            upgraded from 1.0.7 to 1.0.9
iron:url               upgraded from 1.0.7 to 1.0.9

But the problem still existed. I had to explicitly meteor update iron:middleware-stack and with

iron:core              upgraded from 1.0.8 to 1.0.11
iron:middleware-stack  upgraded from 1.0.9 to 1.1.0
iron:url               upgraded from 1.0.9 to 1.0.11

the problem was solved.

1 Like

Same problem with Chrome on my development and production server. Using Meteor 1.1.0.3. Fixed with a iron-middleware-stack update to 1.1.0. Thanks for the help. Wish I would have caught this sooner. Thought complaints of Chrome having a blank screen were just people on old phones. :frowning: Need to update to 1.3 soon.

1 Like

Thanks a lot nits7029. Solved my problem.

I had faced the same error upon accessing http://localhost/admin after houston is installed to view mongodb collections.

When I ran meteor add houston:admin number of iron packages were updated including iron:middleware-stack to 1.0.11. This wasn’t good enough though.

Changes to your projects package version selections:

dburles:mongo-collection-instances  added, version 0.3.4
houston:admin                       added, version 2.0.7
iron:controller                     added, version 1.0.12
iron:core                           added, version 1.0.11
iron:dynamic-template               added, version 1.0.12
iron:layout                         added, version 1.0.12
iron:location                       added, version 1.0.11
iron:middleware-stack               added, version 1.0.11
iron:router                         added, version 1.0.12
iron:url                            added, version 1.0.11
lai:collection-extensions           added, version 0.1.4
tmeasday:paginated-subscription     added, version 0.2.4

houston:admin: A zero-config Meteor Admin

After I ran meteor update iron:middleware-stack as suggested here and the admin page was shown.
This time,

Changes to your projects package version selections from updating package versions:
iron:middleware-stack  upgraded from 1.0.11 to 1.1.0