Questions tagged as 'meteorjs'

1
answer

Problems with the new version of Meteor because of MongoDB

I just installed the new version of meteor 1.4 and I'm following the Alura tutorial. Everything OK at host installation and startup: 3000 and meteor information appeared. But as soon as I create a folder called "models" and insert a file named "...
asked by 20.10.2016 / 01:04
1
answer

Has the Meteor's syntax changed from version 0.8 to version 1.0?

Among the various changes in the Framework Meteor from version 0.8 to version 1.0, I know that it no longer uses Meteorite, and that the template engine has changed from Handlebars to Blaze. But has the syntax changed? And what has changed?    ...
asked by 13.06.2015 / 21:06
1
answer

String for HTML

Good afternoon, I'm not sure if this is the most appropriate title but it's the following ... I'm using Meteor and mongodb. I have 2 input, one where I type the name of the website and another that I type the website "www.example.com", whi...
asked by 10.04.2015 / 21:12
0
answers

Mongo collections with the same name in different databases

I am doing a prototype in Meteor that will need to connect to several databases and need to export to the same database the same collection and I am not able to publish the collections with different names to differentiate. The idea is, I have...
asked by 22.10.2018 / 05:04
0
answers

How do I log out in a meteor application with a user who logged in with facebook?

In my mobile application made with meteor, when user logs in with facebook, when he logs out and then tries to access the app again, he is logged in aumaticamente, that is, the user has not been logged out. This is my logout code. Meteor.lo...
asked by 26.09.2018 / 18:33
0
answers

Print data in mongo DB

Script: if ('admin'== currentUser.roles){ return Meteor.users.find({"profile.verify": "1"}); }else{ return Collection.find({ userid: Meteor.userId()}); } }     
asked by 11.05.2018 / 11:13
1
answer

MeteorJs 1.4 with error when adding platform in windows 10

I'm having an error while trying to add the android platform and trying to install the android sdk in my app. I'm trying: meteor install-sdk android meteor add-platform android Version of my MeteorJs 1.4 and already have android studio instal...
asked by 28.12.2016 / 14:27
1
answer

Doubt Reactivate in MeteorJS

Hello, this is the following, I would like to know how do I start typing something in the input, automatically update a helper to be shown in the template. I've tried it that way, but it's not changing in real time: Template.hello.onCreated...
asked by 22.11.2016 / 00:50
0
answers

Meteor error on the client side, does anyone know what this is?

   The connection to ws: // localhost: 3000 / sockjs / 622 / u2zaukpp / websocket   was interrupted while the page was loading. The error message says that the sockjs 'websocket' was interrupted while the page loaded, I would like to know wh...
asked by 09.04.2015 / 01:50