Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
61 views

Since I want to upgrade my meteor application from meteor 2.16 to 3.0.4, I am replacing the iron:router with ostrio:flow-router-extra. But I dont see the templates rendering properly with flow:router. ...
Deepak K's user avatar
0 votes
1 answer
26 views

I have a meteor website I want to render to the not found template if user enters the url which is not the part of my website or I have not configured. I have used flow router for the routing process. ...
Srushti Shah's user avatar
-1 votes
1 answer
2k views

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 ...
nic-mc's user avatar
  • 51
0 votes
1 answer
101 views

I.m trying to change react component with meteor flow router, the route is correctly created but I can't change the component, the console log is displayed correctly but the component is not changed. ...
Óscar Contreras's user avatar
0 votes
0 answers
54 views

On the client side, when I implement Accounts.onLogout I say that it should redirect to the root directory using FlowRouter.go('root'); and also tried with FlowRouter.go('/');. However it seems that ...
Hola Soy Edu Feliz Navidad's user avatar
0 votes
1 answer
101 views

I have a function that works as it should, but only if the page is reloaded after landing on the specific page. The function is a timer function that starts to tic down from 10 to 0 when the page ...
Thosc1's user avatar
  • 108
0 votes
0 answers
172 views

Using Meteor and FlowRouter for my website, I'm trying to get the following result. A user receive a mail containing a link to a specific page of our website. if the user is already logged on the ...
Virthuss's user avatar
  • 3,223
0 votes
1 answer
170 views

I want to parse an iframe URL using FlowRouter.getQueryparams() instead of using window.location.href.split(). I have tried looking into documents, but all it talks about is passing parameters and in-...
Bhimesh Chauhan's user avatar
0 votes
1 answer
21 views

I have a little problem. Need help to exchange code fragment from FlowRouter to IronRouter. Fragment to exchange: FlowRouter.getParam("appId"); I need this to take a id from this url make my project ...
Dik Sosen's user avatar
4 votes
1 answer
148 views

I need your help to figure out what's wrong with my code. I have a HomeLayout devided to 3 sections; header side main I have a conversation list ; it will be rendered in the main section and it ...
Ilyes Atoui's user avatar
0 votes
0 answers
101 views

I'm building a blog as a personal project, and currently I'm trying to set up RESTful routes, more or less. Specifically, I am trying to render a full Blog in a new route (after a user clicks on it in ...
Ataeraxia's user avatar
1 vote
1 answer
106 views

I try to create some links which adapt to the current url, so when my current url is "object/layout1....", my link should also be like that and when the url is like "object/layout2", it should be "...
equalsound's user avatar
0 votes
1 answer
32 views

I'm currently working on some kind of todo app. I can easily navigate to any list by accessing the id parameter in the url and then pass this to flowrouter, no problem. But now I want a default list ...
equalsound's user avatar
1 vote
0 answers
182 views

I am working on a project using Meteor with Pixi.js, and I'm facing a very strange problem when I try to use a router (I tried both IronRouter and FlowRouter), and a pixi canvas. The canvas is built,...
damjuve's user avatar
  • 372
0 votes
0 answers
73 views

I'm using a flowrouter for routing(with blaze layout), when route didn't contain a variable, then it's work fine in Internet Explorer, but when I've trying to go to routes with variables then ...
harungo's user avatar
  • 219
0 votes
1 answer
79 views

The LoggedInUser works well as it is suppose but whenever the app starts and the URL is queried like trying to login or navigate to any other URL, the Accounts.onLogin throws the below error. I don't ...
ken4ward's user avatar
  • 2,296
0 votes
0 answers
135 views

I have a Meteor application which is a POS system. Once a transaction has been completed a receipt is populated on screen, giving the user the option to print. As the receipt is an entire page in ...
Macros's user avatar
  • 7,109
1 vote
1 answer
291 views

I'm trying to add fast-rendering into my current app, which uses flow-router. I've imported the router.js in both client as well as server, and added the subscriptions() function to my route ...
Anubhav Dhawan's user avatar
1 vote
2 answers
369 views

Quite basic setup - user submits a post, it's inserted by a method, then user should be routed to a confirm page with the _id of the newly created post: const onSubmitPost = (post) => { ...
rubie's user avatar
  • 2,296
1 vote
0 answers
182 views

I have one big application, with an admin side and a end-user side. I've had the ability for the admins to impersonate a user within the same broswer/tab for a long time now. I'd now like to ...
Aaron's user avatar
  • 3,068
0 votes
1 answer
151 views

I'm using Meteor, React and FlowRouter for my project, which will display differently based on PC or mobile. Currently, my Router.js looks something like: FlowRouter.route("/login", { name: "login"...
thinhvo0108's user avatar
  • 2,230
0 votes
3 answers
759 views

I have configured asterisk with flowroute. The registration is successful and outbound call connects but i am unable to hear any sound. My configurations are as follow sip.conf [general] register =&...
bluewhale's user avatar
0 votes
1 answer
105 views

i have started using meteor/blaze/FlowRouter recently and stuck on one issue i need to display my custom loader div which will be shown whenever page template is in transition mode like loading ...
LxZerro's user avatar
0 votes
1 answer
53 views

This problem resembles the one found here, specifically, my Meteor application does what it's supposed to but dumps an ugly error into the console along these lines: [Log] Exception in template ...
knirirr's user avatar
  • 2,949
1 vote
1 answer
243 views

This is how my flowrouter looks like, I tried all three options shown below: but unable to subscribe import {CompanySettings} from '../imports/api/companysettingsMaster.js'; // And imported the api ...
Rashmi's user avatar
  • 587

1
2 3 4 5