meteor Questions
14
I am using a fresh Linux install. I am trying to install Meteor. Using Ubuntu 12.04, Centos and Ubuntu 13.04. I installed Node.js, Meteor and Meteorite.
Error:
Unexpected mongo exit code 100. Res...
12
Solved
I'm used to application layouts with multiple yield areas, i.e. for content area and for top bar title. I'd like to achieve something similar in React Router. For example:
<Router>
<Rout...
Hurlyburly asked 20/5, 2016 at 9:28
2
I was trying to import the module dynamically in ES6 on Meteor application. But getting an error cannot find module. The same import works when I'm using the static import statement.
Please have ...
Lustick asked 23/2, 2018 at 9:49
4
Solved
I followed this solution:
bcrypt is breaking my meteor application, how do I fix it?
But Im still getting this error:
/home/kaleobox/bundle/programs/server/node_modules/fibers/future.js:245
th...
3
This Meteor server code tries to extract the innerHTML from a html string using cheerio package but the error says that the elements has no method 'size'
What am I doing wrong and how to fix it? T...
13
Solved
I have been building a polling application. People are able to create their polls and get data regarding the question(s) they ask. I would like to add the functionality to let the users download th...
3
Solved
I'm using Dropzone without creating a dropzone form. It works great for me in this way.
But in this case I can not create another instance of Dropzone in my page.
var myDropzone1 = new Dropzone(
...
Martinet asked 30/10, 2014 at 15:46
2
Struggling a bit here. If I'm just filling or doing anything else to the canvas - no issue. I get the div without the external image. Tried local image file as well as URL... Thanks!
import React...
Thayne asked 7/10, 2016 at 2:45
2
Solved
I have the following bitbucket pipeline, which is for deploying a Meteor app with Mup.
Everything is working up until the final mup deploy command it seems to not to be able to read the generated c...
Rackety asked 21/9, 2022 at 21:13
7
Solved
I try to prepare my database field for geocoding with this:
MyCollection._ensureIndex({'data.address.located':'2dsphere'});
But then this error comes:
MongoError: Can't extract geo keys from ob...
Contradistinction asked 6/8, 2014 at 0:41
8
Solved
I read a lot of solutions / hacks on this topic on StackOverflow but none of them seem to work for me.
I am using a modal for logging in in Meteor (eg. using Facebook login service). And a callbac...
Ubangishari asked 21/2, 2015 at 8:8
5
I have a Meteor app that runs perfectly on localhost, but when I deploy it to a remote heroku server, I get the following errors.
(I am implementing this)
Any ideas how to fix this please?
2016-...
Manas asked 9/9, 2016 at 13:50
10
Solved
I'm developing a Meteor app that isn't yet in production, so I can afford to move quickly when adopting new package versions (useraccounts had a significant version bump a few hours after I'd integ...
Tetreault asked 19/2, 2015 at 17:6
6
Solved
I'm struggling to figure out how to wait for the Meteor.user() subscription in a react component. I know the user is logged in because Meteor.userId() returns the _id, but trying to access the emai...
Cobden asked 18/9, 2016 at 16:54
2
While downloading [email protected]...:
error: certificate has expired
While downloading [email protected]...:
error: certificate has expired
While downloading alanning:[email ...
Robinet asked 16/2, 2022 at 19:4
4
Solved
new Mongo.ObjectID('18986769bd5eaaa42cb565b1') == new Mongo.ObjectID('18986769bd5eaaa42cb565b1')
returns false
new Mongo.ObjectID('18986769bd5eaaa42cb565b1').toString() == new Mongo.ObjectID('18...
Mangosteen asked 27/6, 2018 at 17:4
4
Solved
Question:
How do I use react-meteor-data with Typescript?
Background:
I'm just getting going on a new project and would like to use Meteor.
According to what I've been reading (link) the recomm...
Xantho asked 11/9, 2016 at 1:41
3
could you explain Vue template vs Vue function jsx, what is different of it ? which one is good for use ?
Ex :
I have two components :
Component1.vue
<template>
<div>
<p>{{mes...
Aldine asked 4/3, 2021 at 0:48
7
I installed the same version from Official Windows Meteor Support on one computer and the command "meteor" runs normally, now I tried to install in another computer but is giving me the issue that ...
2
Solved
I have a fabric.js canvas on my page, that I'd like to be responsive. My code works for scaling the canvas itself, but not the objects I've drawn on it. Any idea? I've searched SO but couldn't find...
Amass asked 3/2, 2015 at 14:26
3
Solved
There are some irreversible actions that user can do in my app. To add a level of security, I'd like to verify that the person performing such an action is actually the logged in user. How can I ac...
Nonalcoholic asked 13/8, 2013 at 16:33
1
import React, { Component } from 'react';
import { json } from 'd3-request';
import { rgb } from 'd3-color';
import { interpolateHcl } from 'd3-interpolate';
import { scaleLinear, scaleOrdinal } f...
Tartu asked 15/9, 2017 at 13:14
3
Solved
Code involved using DraftJS and Meteor Js application
Task - Make a live preview where text from DraftJS will get saved to DB and from DB it get displayed on another component.
But problem is once...
Shaikh asked 9/5, 2017 at 11:38
8
Solved
My app started crashing for absolutely no reason. I rolled back to a version I knew worked, but it is still crashing. I cloned a version from github that I absolutely know was working because I've ...
Chirp asked 10/7, 2014 at 21:55
7
Solved
I have a helper called printArray that just prints every item in an array. It works great when I define the array in JS and pass it in to the helper via a context object. What I want to do is defin...
Davis asked 28/5, 2013 at 3:30
© 2022 - 2024 — McMap. All rights reserved.