Category "meteor"

How to query a document mongodb and react

I wonder why this is not working… This function should return true if there are any documents that match query. Thing I want to do is if the frequency is

where to look in meteor app if vue-router suddenly stops sending props to other vue compoents

everything was working just fine and suddenly now Vue components are not receiving the props sent on router-view. I've tried deleting the 'local' and .cache fol

What is the difference between [Document,Document] and [{},{}] with meteorjs?

const sample1 = useTracker(() => { // … return Collection1.find({}).fetch() }) console.log(sample1) // [Document,Document] // 0:Document {_

Nodejs Socket hang up & ECONNRESET - HTTP post request from Meteor to Node js server

I am using a node server to handle all my push notifications services like gcm and apn. I have 2 different servers. One is running Meteor and another is runnin

Group subcategory in category

How can I group subcategory in category that they belongs to? For example category is ICT and I want only subcategory (such as laptop,komputer,etc.) that belong

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 d

Meteor Router.go() doesn't rederect, but it works in Chrome's console

Meteor Router.go() doesn't work. It just flash a new url for few milliseconds in the browser, and the page didn't switch. Sorry I can't find any clue how this

import @react-pdf-viewer/core in meteor js 2.2 cause a problem

import {Worker ,Viewer} from @react-pdf-viewer/core; enter image description here

Facebook login message: "URL Blocked: This redirect failed because the redirect URI is not whitelisted in the app’s Client OAuth Settings."

Important notice: If you register for testing, go to your profile settings and to your interests add delete profile. Trying to login with Facebook to my websi

Understanding "Not permitted. Untrusted code may only update documents by ID." Meteor error

In Meteor 0.5.8 the following change was introduced: Calls to the update and remove collection functions in untrusted code may no longer use arbitrary selector