/r/Meteor

Photograph via snooOG

MeteorJS is an open-source platform for quickly building full-stack javascript apps.

A reddit for discussion and news about Meteor.JS

Meteor is a set of technologies for building top-quality web apps in a fraction of the time, whether you're an expert developer or just getting started.

JavaScript, Node.JS, MongoDB posts are encouraged to be posted in their respective subreddits: /r/javascript /r/node /r/mongodb

Learn By Doing and Meteor Mentoring

Gain real world experience while helping good causes, or join in as an experienced dev to help mentor and support Meteor Js newbies. Climate Disaster, Homelessness, Disaster Relief, and many more.

Learning Meteor.JS?

  • Official Meteor tutorial tutorial walks you through building a fully-functional task management app that runs on mobile and web. It hits all the major Meteor concepts and takes about an hour.
  • Documentation: Full | Basic
  • Learning Resources from meteor.com
  • Meteorpad is a Meteor code playground, similar to JSFiddle or CodePen. You can edit and run Meteor code inside your browser, then save, fork, or share pads with others.

Tools

Books

  • Discover Meteor one of the best programming books. Discover Meteor is an interactive ebook that walks you through creating a social news site from scratch.
  • Your First Meteor Application excellent place to start learning, particularly for beginning developers

Community

Videos/Screencasts/Channels

  • Meteor YouTube channel uploaded talks from Meteor Devshop, the monthly mini-conference hosted in San Francisco and London. Speakers from around the world come to Devshop to share their Meteor best practices, demo production apps, and present packages, tools, and other resources they’ve built.
  • EventedMind offers short video classes that you can take in an afternoon, as well as a free feed of videos and posts on Meteor
  • Meteor For Everyone learn to build a real time resolutions app with user accounts
  • Intermediate Meteor

Looking for space-related meteors? Try /r/meteors or /r/asteroid.

/r/Meteor

4,851 Subscribers

10

Meteor shower on 28 August 2024 past 1am

This was posted by a reddit user u/elpoudou

1 Comment
2024/08/27
21:30 UTC

1

Does the account-base package have built in cookies?

I use the Account package and the User collection to have basic login functionality, etc. I notice that I am logged in on my test instance whenever I start Meteor for development.

  • Does Meteor have already basic cookies built in?

  • When I move to a real deployment in the future, will the login cookies stay, or will it be lost and I will have to use something like meteor-cookies?

6 Comments
2024/06/17
18:04 UTC

3

Question about the performance of the count function

In the latest 2.15 version of meteor.js, does the find().count() still bring back all documents and count them, or does it do the count in MongoDB? I was using RawColleciton to make this count faster. Just wondering if I still need to do that.

2 Comments
2024/03/26
10:31 UTC

5

Most Popular Backend Frameworks - 2012/2024

6 Comments
2024/03/21
08:19 UTC

6

Advice on project refresh

My company has a software product that is based on an older version of Meteor. To try to update any component breaks several others and has us at a standstill. Do folks here think we’d be better off rebuilding the whole app in a newer framework, or going through the effort of updating meteor and all the components to the latest meteor version? The app is attached to MongoDB Atlas on the backend and is launched on AWS App launcher. It has report generation, mapping with real time updates, data generation, and user group authentication - to give a sense of the scope.
I’m not a meteor dev myself, but I manage the project and it’s been hard to find devs who know meteor to do any fixes.

5 Comments
2024/02/17
14:43 UTC

2

Oplog: Got exception while polling query MongoError: no primary server available

Hi guys, we needed to duplicate a legacy meteorJS app recently, onto a new server and a new database.

So we cloned the server, created a new database and pointed the cloned server to the new database.

The meteorJS app works, everything appears fine.

However we noticed that the logs is showing error like MongoError: no primary server available, everytime when restarting:

2024-02-01T06:37:06.151478+00:00 heroku[web.1]: Restarting
2024-02-01T06:37:06.217824+00:00 heroku[web.1]: State changed from up to starting
2024-02-01T06:37:06.969254+00:00 heroku[web.1]: Stopping all processes with SIGTERM
2024-02-01T06:37:07.074219+00:00 heroku[web.1]: Process exited with status 143
2024-02-01T06:37:45.658856+00:00 heroku[web.1]: Starting process with command `.meteor/heroku_build/bin/node $NODEJS_PARAMS .meteor/heroku_build/app/main.js`
2024-02-01T06:38:00.149936+00:00 app[web.1]: Got exception while polling query MongoError: no primary server available
2024-02-01T06:38:00.149991+00:00 app[web.1]:     at ReplSetState.pickServer (/app/.meteor/heroku_build/app/programs/server/npm/node_modules/meteor/npm-mongo/node_modules/mongodb/lib/core/topologies/replset_state.js:780:12)
2024-02-01T06:38:00.149991+00:00 app[web.1]:     at Timeout._selectServer [as _onTimeout] (/app/.meteor/heroku_build/app/programs/server/npm/node_modules/meteor/npm-mongo/node_modules/mongodb/lib/core/topologies/replset.js:1142:43)
2024-02-01T06:38:00.149992+00:00 app[web.1]:     at listOnTimeout (internal/timers.js:549:17)
2024-02-01T06:38:00.149992+00:00 app[web.1]:     at processTimers (internal/timers.js:492:7)
2024-02-01T06:38:00.149993+00:00 app[web.1]:  => awaited here:
2024-02-01T06:38:00.149993+00:00 app[web.1]:     at Function.Promise.await (/app/.meteor/heroku_build/app/programs/server/npm/node_modules/meteor/promise/node_modules/meteor-promise/promise_server.js:56:12)
2024-02-01T06:38:00.149994+00:00 app[web.1]:     at packages/mongo/mongo_driver.js:1073:14
2024-02-01T06:38:00.149994+00:00 app[web.1]:     at /app/.meteor/heroku_build/app/programs/server/npm/node_modules/meteor/promise/node_modules/meteor-promise/fiber_pool.js:43:40
2024-02-01T06:38:00.149994+00:00 app[web.1]:  => awaited here:
2024-02-01T06:38:00.149995+00:00 app[web.1]:     at Promise.await (/app/.meteor/heroku_build/app/programs/server/npm/node_modules/meteor/promise/node_modules/meteor-promise/promise_server.js:60:12)
2024-02-01T06:38:00.149995+00:00 app[web.1]:     at SynchronousCursor._nextObject (packages/mongo/mongo_driver.js:1122:38)
2024-02-01T06:38:00.149995+00:00 app[web.1]:     at SynchronousCursor.forEach (packages/mongo/mongo_driver.js:1136:22)
2024-02-01T06:38:00.149995+00:00 app[web.1]:     at Cursor.<computed> [as forEach] (packages/mongo/mongo_driver.js:918:44)
2024-02-01T06:38:00.149996+00:00 app[web.1]:     at OplogObserveDriver._runQuery (packages/mongo/oplog_observe_driver.js:729:16)
2024-02-01T06:38:00.149996+00:00 app[web.1]:     at OplogObserveDriver._runInitialQuery (packages/mongo/oplog_observe_driver.js:658:10)
2024-02-01T06:38:00.149996+00:00 app[web.1]:     at packages/mongo/oplog_observe_driver.js:191:10
2024-02-01T06:38:00.149996+00:00 app[web.1]:     at packages/mongo/oplog_observe_driver.js:15:9
2024-02-01T06:38:00.149997+00:00 app[web.1]:     at Meteor.EnvironmentVariable.EVp.withValue (packages/meteor.js:1234:12)
2024-02-01T06:38:00.149997+00:00 app[web.1]:     at packages/meteor.js:550:25
2024-02-01T06:38:00.149997+00:00 app[web.1]:     at runWithEnvironment (packages/meteor.js:1286:24) {
2024-02-01T06:38:00.149997+00:00 app[web.1]:   name: 'MongoError',
2024-02-01T06:38:00.149997+00:00 app[web.1]:   [Symbol(mongoErrorContextSymbol)]: {}
2024-02-01T06:38:00.149998+00:00 app[web.1]: }

So it appears that oplogs may not be working on the new server. Since the server shares the exact same codebase, we thought it must be something related to the new database. But we couldn't be sure what was wrong as we were not the one who configured the oplog in the legacy original server.

Both the old and new servers has the following environment variables configured:

OLD SERVER
MONGO_OPLOG_URL
mongodb+srv://user:password@oldclusterxxx.gogvv.mongodb.net/local
MONGO_URL
mongodb+srv://user:password@oldclusterxxx.gogvv.mongodb.net/database_name
NEW SERVER
MONGO_OPLOG_URL
mongodb+srv://user:password@newclusteryyy.gogvv.mongodb.net/local
MONGO_URL
mongodb+srv://user:password@newclusteryyy.gogvv.mongodb.net/databse_name

Also checked the networking IP address restrictions, which has no restrict so we can rule out the possibilities that the new database has IP restrictions.

So what could be the problem in the new database that causes this MongoError: no primary server available in oplog operations?

OLD APP
MongoDB 4.4.28 
Meteor 1.10.2 
mongo@1.10.0

NEW APP
MongoDB 5.0.24 
Meteor 1.10.2 
mongo@1.10.0

2 Comments
2024/02/01
06:57 UTC

2

Google search console error, can anyone help?

1 Comment
2023/10/17
08:17 UTC

2

Blinking Error After Refresh in Ipad

My error only happens on ipads (which is the main device of my client) you can sign in and go whereever you want but after you refresh the page it starts blinking like crazy not allowing you to press any buttons or scroll.

Anyone know what this issue could be? I am using Meteor 1.9.2

Errors on video:

https://reddit.com/link/160g8gd/video/4g6bu21pu4kb1/player

https://reddit.com/link/160g8gd/video/o4cxg91pu4kb1/player

0 Comments
2023/08/24
22:21 UTC

7

New guide for integrating Meteor.js with Tailwind CSS and Flowbite

Hello meteorites 👋

I'm one of the open-source contributors of Flowbite and these past few days I've been talking with the maintainers of Meteor.js to work together and build and integration guide for the UI components from Flowbite, Meteor.js and Tailwind CSS.

The guide was also posted on the official Meteor.js guide page and we hope that we can work together in the future to provide even more in-depth integration with this awesome framework.

Just though I would share it with the community on Reddit too and I'm very curious about your opinion and feedback of this new integration and UI component library for the Meteor.js ecosystem.

0 Comments
2023/07/26
08:12 UTC

12

Based on your comments regarding Reddit's controversial API changes, the community supports the blackout and so this sub will be going dark tomorrow for 48hrs

1 Comment
2023/06/11
12:53 UTC

12

A lot of subs are going dark on June 12th for 48 hours in support of the community protest against Reddit banning third party API's. Should we join in? what are your thoughts?

1 Comment
2023/06/06
11:25 UTC

3

MeteorJS error messages

0 Comments
2023/05/12
07:13 UTC

2

Save Card Details in Stripe for Future Purchases

I am adding a new feature which will save the customers card data in stripe to facilited when they want to make new purchases in the plataform.

The idea is that when they want to make a payment again I will request the data to stripe, show last 4 numbers and only with writing the cvc it will make a new purchase.

I using this docs as guide but I always ecounter issues with the clientSecret.

https://stripe.com/docs/stripe-js/react

10 Comments
2023/04/27
19:59 UTC

5

meteor test-packages with coverage report

I've been bashing my head against the keyboard for 1 week now. I cannot make a coverage report for test in meteor packages no matter what i try.

Has anyone manged to do it? Is there any working example repo?

0 Comments
2023/04/21
15:14 UTC

6

Why Distributed Data Protocol has such low adoption out of Meteor?

DDP was introduced in 2012

https://blog.meteor.com/introducing-ddp-6b40c6aff27d

His spec is presented in doc:

https://github.com/meteor/meteor/blob/devel/packages/ddp/DDP.md

And in my opinion is perfect to maintain sync of json collection between two machines connected by websocket.

But none of 3 npm libraries that allow to use DDP without Meteor not break 1k downloads per week

https://www.npmjs.com/package/ddp

https://www.npmjs.com/package/simpleddp

https://www.npmjs.com/package/node-ddp-client

I am considering DDP as solution for state synchronization by websocket in t3 stack without meteor, but afraid that I am missing some DDP drawbacks.

Can anyone explain me why adoption is so low? Or what are biggest problems with DDP?

3 Comments
2023/04/21
05:21 UTC

4

How Many Smart Packages are there in Meteor.js's official repository?

Hi there, I am currently doing research for my blog about Meteor.js. Can you guys please help me know the nearby count with a source that how many meteor.js smart packages are available in its official repository?

13 Comments
2023/04/19
13:22 UTC

3

Schedule Email for three years with Sendgrid

Hey guys, I have been trying to schedule an email to be send in three after the customers makes a purchase and I am having trouble doing so. I havetried using node-cron library inside a method but did not get results.

I just get a "res undefined" in the navigator console and no error in my terminal.

Code:

I know is not schedule for three years yet, is schedule for 1 minute but the email is never sent even the "mail.sendMail" works perfect.

"shop.3years"() {
const cron = require("node-cron");
      cron.schedule("* * * * *", function () {         Meteor.call( "mail.sendMail", "Reminder", "test@gmail.com", "Reference: 321", "Hi in 3 years.", function (error, result) { if (error) {               console.log("error", error);             }else{               console.log("result", result);             }           }         );       });     },

1 Comment
2023/04/06
21:09 UTC

11

Would anyone be kind enough to help our a homelessness charity by updating MeteorJS to the latest version? We're a community of volunteer devs but setting up localhost is a nightmare due to our outdated Meteor version and so new devs all drop out. A few of us have tried but haven't been able to.

I was hoping someone here with experience upgrading Meteor would come riding in and basically save the project, as we can't onboard new devs anymore. There are too many conflicts when setting up local host, the app isn't stable enough and everyone gives up and disappears. Upgrading to the latest Meteor version would fix that.

Here's the project: https://github.com/focallocal/fl-maps

Here's a post where i've pulled together all the PRs from our last attempt at upgrading Meteor (..perhaps Tom just missed something small): https://publichappinessmovement.com/t/topic/2832/9

If we can get this fixed our platform is just a few weeks away from helping people who are homeless all around the world, which i am painfully desperate to see after so many years building. Anyone who wants to help is very welcome to stick around and be part of the community long term too.

4 Comments
2023/04/05
17:28 UTC

2

React Js HTML => PDF

I am making a big Meteor React Js project and I am stuck in a part where I need to print many documents.

I have been using HTML2CANVAS but since only takes a picture and does not detect the content it cuts randomly into pages when the content is too long, making it look bad.

I tried using React-pdf but it throws an error because is an old version of Meteor that I can not update since will cause many conflicts around the project.

Does anybody know any other way in which I could print high-quality pdf from my divs without getting them cut randomly?

2 Comments
2023/03/22
18:56 UTC

3

Any updates on how the MeteorJS relaunch is going?

3 Comments
2023/01/04
15:23 UTC

Back To Top