Renan Castro
Renan Castro
Hi @make-github-pseudonymous-again This PR also solves this, but changing this variables in bundle time and removing the unused code with terser minifying. Ex on the server: ```js if (Meteor.isServer ->...
Thanks for your report @holmrenser. I don't think this issue will be a usual one, and even then there is a workaround as you've said in your thread. Are you...
@leosco we don't ship binaries in the npm folder. We install Meteor in your home folder and add it to your path. This issue linked by @zodern is actually not...
Hi, @derwaldgeist. There is, unfortunately, a lot of causes for this, one can be the scarcity of read/write ticket, which would cause a lot of issues in your DB. This...
hi @nathan-muir Thanks for starting this work. We still have some work to do in our CI process to include the arm architecture. Also more tests are going to be...
@afrokick , can you please convert it to a discussion? It would be better for us to track in our prioritization
Hello @edzh Thanks for answering I've created the issue and signed the agreement. https://jira.mongodb.org/browse/SERVER-59010
Hello @karina-y. You are using android-device with a local mobile-server URL, this won't work: ` --mobile-server=http://localhost:3000 ` You have to use a network IP, that has to be accessible from...
hi @cpravetz sorry, I've missed your message. Can you try to add this snippet to your mobile-config and see if it solves your issue? ```js App.appendToConfig(` `); ```
Hi @pouya-eghbali. Can you provide a reproduction, please? I can't repro following @cpravetz steps. My output is as following: ``` ➜ cordtest meteor run android-device --mobile-server=http://192.168.248.164:3000 [[[[[ ~/Projects/cordtest ]]]]] =>...