Open andresfelipemendez opened 9 years ago
Got the same problem. Application users should be able to create routes themself. New route definitions does not work after inital application load.
i fixed it usign '/:paramenter' the sub routes as variables then calling the templates with the same name
Thank you! That was helpful.
Am 20.05.2015 um 00:18 schrieb Felipe notifications@github.com:
i fixed it usign '/:paramenter' the sub routes as variables then calling the templates with the same name
— Reply to this email directly or view it on GitHub https://github.com/iron-meteor/iron-router/issues/1269#issuecomment-103682902.
how can i add routes asynchronously?
i have a meteor method in
lib/server/plugins.js
and my router config file in
lib/routes.js
all the routes in the local variable
routes
works fine, but the routes that come fromgetPlugins
iron router sayOops, looks like there's no route on the client or the server for url: "http://localhost:3000/test2."