Meteor Community

MC

Meteor Community

Join the community to ask questions about Meteor Community and get answers from other members.

Join

Meteor 3 Beta run on android

Has anyone managed to launch a Meteor 3 project on Android? I have the impression that my project crashes systematically on android, due to the Accounts package. If anyone has managed to test an application on android, I'd appreciate a clarification. Here's the Logcat extract : 04-04 19:44:09.568 30498 30498 I chromium: [INFO:CONSOLE(97)] "Uncaught TypeError: Cannot read properties of undefined (reading 'public')", source: http://localhost:12032/__cordova/packages/accounts-ui-unstyled.js?hash=ce24e5fb70b4e099cec055c4180f9fb8a9b25d05 (97) ...

Error on migration from Meteor 2.14.0 to 3.0-beta.6

Hi guys, I just started to migrate an application from 2.14.0 version to 3.0-beta.6. I already did a lot of updates in some packages I use, and they are seeing fine. But I'm getting an weird error when I start the app. The line of that the error is indicating is a declaration of a global variable. I guess can be something easy to solve (at this moment I use a global variable for many things). CODE: ```import SimpleSchema from "simpl-schema";...

Astronomy : TypeError, Cannot read property 'prototype' of undefined

Hello community, I'm asking for help here because I've been stuck on this problem for several days. I'm using the Astronomy package and after defining a new class, as I usually do, I get this error when launching meteor. I tried to delete my new classes, to reset the Mongo data, and even to reinstall Meteor but nothing works. So I turn to you in a last hope 🥹 ...
No description