Put both templates into a single template then call the wrapper template.
JunderKing
@JunderKing
how to call the wrapper template?
Ryan Watts
@rwatts3
Send me a pm
Ba Ba K
@cyclops24
Hi guys, Anyone here for a question?
Ghost
@ghost~56aec369e610378809bf37ca
I am having trouble after updating meteor to 1.4. getting " Organize your Meteor application." page :/
Ba Ba K
@cyclops24
@Alquh see perak/kitchen-site#323 and this and iron-meteor/iron-router#1522 I hope useful for you.
Nicholas Eli AKA Nicholas By Design
@NicholasEli
Is there any docs for rendering templates from the sever, or can iron router only render collection data
Jack Philippi
@jackphilippi
Hey guys, I posted this in the meteor room but it’s probably more suited here. I’m running a REST API with iron:router server-side routes, and had a problem last night where ~50x requests were made on one of my endpoints. These requests were all requests that had been sent previously, with the exact same parameters.. Why would this have happened?? I need to fix it urgently but am out of ideas...
Jack Philippi
@jackphilippi
Update… Looks like our Google Analytics code was crawling its previously cached URLs and our site thought it was an end-user… Gotta play around with the robots settings
Theoask
@Theoask
Hi. I am looking for the Iron router documentation for Meteor please.
@mcpura_twitter i believe meteor factory is a company that uses meteor to build things
rajesh
@mcpura_twitter
thanks @Chris Butler @chrisbutler
Rocco Salerno
@rocco-salerno
did codefights bring anyone else here?
Chris Butler
@chrisbutler
How's that @Carnage08 ?
Rocco Salerno
@rocco-salerno
anytime i go to the site its giving me some prompt saying "iron:router No route definitions found."
Chris Butler
@chrisbutler
Is this a new behavior?
Rocco Salerno
@rocco-salerno
yeah, @chrisbutler was working fine this morning for me. Tried it on 2 different computers and 2 different browsers
Chris Butler
@chrisbutler
I wonder if they just updated and have some kind of error, or if it's a problem with the latest release of iron router...
Rocco Salerno
@rocco-salerno
Have you tried accessing the website?
Chris Butler
@chrisbutler
Yeah I'm seeing the same thing as you
Rocco Salerno
@rocco-salerno
Okay, just making sure im not an idiot. Welp, guess its codewars for now :/
Chris Butler
@chrisbutler
Looks like I broke something iron-meteor/iron-router#1562 I'll merge the fix later tonight
Rocco Salerno
@rocco-salerno
its fixed !
KHB
@tdotholla
Hey All!
got a bit of a jam i'm trying to fix... using iron router and aldeed autoform
using a layout template and yield regions for a navbar
i can't get the registration from to show up inside of my own layout, if i try to incorporate the layout, the nav shows up but no form
if i don't use the layout, the form shows up with no nav
i put it in this room because now i hosed it all up somehow by using a router.configure statement to put all routes with a template...but now some of the routes show up with the layout, but no content
Bình Võ Thanh
@hiiphop
Who can tell me how to capture post data in iron-router pls?
Jack Philippi
@jackphilippi
Hi all, a quick one - is it possible to have both client and server routes in the same application?
@hiiphop You can use a server side route for that
Router.route('/routeName', { where: 'server' })
.post(function(req, res, next){
// req.body will contain POST data
})
Nick L. Theodorou
@NickTheodorou_twitter
Ignorant noobish question here - what is Iron router, why is it needed in meteor Dapps?
Baker Al-Nakib
@bakuur
can someone please help with this issue? iron-meteor/iron-router#1582
Anton Aksentyuk
@Maay
Hello guys!
@bakuur hmm
Марко Кажић
@marxo
Hey folks. I'm wondering if there are any active maintainers on this package? Specifically, there is a critical PR unattended for almost two years. I'd love to help if I can, to get this working for all of us: iron-meteor/iron-router#1505