Questions tagged [flow-router]

Questions for the meteor package FlowRouter

Tag questions for this meteor package: https://github.com/meteorhacks/flow-router#subscription-management

244 questions
0
votes
0 answers

Meteor, flow router ssr : findOne returns undefined when called in Meteor.methods from server in a flow-router action

[Edit] this is a problem specific to flow router, I started an issue here : https://github.com/meteorhacks/flow-router/issues/205 I do not know if this is an actual issue or if I conceived the wrong way.. When called in server startup code,…
fabien
  • 2,228
  • 2
  • 19
  • 44
0
votes
3 answers

Can not read the slug from url on Flow Router (Meteor)

I'm trying to implement a basic route using Flow Router. But no matter what _id of a collection document I request; I always only get the info about the first document in my collection - 'Requests'. So here's my route definition in the file…
Emo
  • 580
  • 1
  • 8
  • 27
-1
votes
1 answer

Nothing was returned from render. This usually means a return statement is missing. Or, to render nothing, return null. But app still renders

Hi im fairly new to Meteor and react and am working on a customer portal. I have adapted the meteor react tutorial to work how i need it to work and am using Flow Router for routing. Everything currently works as it should except i am still getting…
nic-mc
  • 41
  • 5
-1
votes
1 answer

tabs value change in url (edit url hash value), onRendered does not trigger in meteor Blaze FlowRouter

I want to get the URL # value after editing the URL link and press keyboard Enter button. (Environment:- Meteor, Blaze, FowRouter). from http://localhost:3000/api/information#feedback to http://localhost:3000/api/information#reviews
1 2 3
16
17