Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
20 views

We run a Meteor application that requires sticky sessions. We recently refactored our infrastructure and have started seeing connectivity issues. Old Setup (Stable): A single EC2 instance running ...
BrTkCa's user avatar
  • 4,791
0 votes
1 answer
44 views

I'm trying to connect my meteor app running on localhost:4000 to the server of another meteor app running on localhost:3000; reading the docs, I'm trying to do import { DDP } from 'meteor/ddp-client' ...
Cereal Killer's user avatar
0 votes
1 answer
100 views

I'm running a Rocket.Chat 7.5.0 instance using Docker and Docker Compose. The app is built from a Meteor bundle and uses a custom Dockerfile. Everything starts up correctly, and I'm able to use the ...
maverickosama92's user avatar
0 votes
1 answer
48 views

So I am a newbie at Meteor, and in Bigbluebutton 2.4, I have to make a simple message that goes to all the users in a meeting. even without the meeting criteria I still cant get them on my frontend In ...
SilverSpade's user avatar
0 votes
0 answers
61 views

Since I want to upgrade my meteor application from meteor 2.16 to 3.0.4, I am replacing the iron:router with ostrio:flow-router-extra. But I dont see the templates rendering properly with flow:router. ...
Deepak K's user avatar
0 votes
0 answers
22 views

because the last version of react-icon/all-files is not published on npm, I hav to use it directly with the url of the tgz : meteor npm i https://github.com/react-icons/react-icons/releases/download/...
Antoine O's user avatar
  • 179
0 votes
1 answer
38 views

I'm new to Meteor and trying to figure out, how Account.createUser() works when the user is in the database already and meteor checks for duplicate entries. I've created a Meteor method: 'test....
expatcz's user avatar
  • 101
0 votes
0 answers
27 views

I'm not very familiar with the Meteor framework, but they have a variety of support for oauth providers, and an ability to plug in custom providers. I'm wondering if Meteor provides any default token ...
BRass's user avatar
  • 3,838
0 votes
2 answers
557 views

I'm getting the following error on Mac with M1 CPU: I'm unable to build nodejs app with 'node-canvas' npm package, because Error: dlopen(/Users/..../node_modules/canvas/build/Release/canvas.node, ...
klaucode's user avatar
  • 340
0 votes
1 answer
21 views

I'm using blaze with Meteor. Let's try the following simple setup: <template name="render_array> <ul class="list"> {{#each items}} <li>{{...
user2587676's user avatar
-2 votes
1 answer
44 views

I’m working on getting Twilio Voice working with my Meteor app. Code on the client pings the Twilio server, which then sends a POST request to my server endpoint, including the ‘to’ phone number or ...
VikR's user avatar
  • 5,154
0 votes
1 answer
35 views

My stored doc in mongo is : [{ _id: 'Bd5r6vmb6bu5R2chQ', run_status: true, start_time: 2024-06-23T20:19:12.000Z, stop_time: 2024-06-23T20:19:12.000Z, strategies: [], summary: '{"...
Kishan Kumar Patel's user avatar
0 votes
1 answer
21 views

while running meteor remove standard-minifier-js && meteor add abernix:standard-minifier-js or meteor add abernix:standard-minifier-js getting below error. Any help would be highly appreciable....
vikas_g's user avatar
  • 31
0 votes
1 answer
32 views

I'm really struggling with the following: <td class="left {{tableStyle}}" {{background}} >{{value}}</td> And my JS code: {'background':'style="background-color:red;"'} ...
Ropes's user avatar
  • 39
0 votes
1 answer
126 views

I am having an issue where my live app deployed to Galaxy is not acting the same way as my local version. See this question. I checked the MongoDB version locally, and it says it is version 4.0.6 ...
serkyen's user avatar
0 votes
1 answer
273 views

I'm running my node.js web app at: http://localhost:3000/ I'm getting this error from Helmet: Refused to execute inline script because it violates the following Content Security Policy directive: &...
VikR's user avatar
  • 5,154
0 votes
0 answers
136 views

cordova-plugin-barcodescanner crashing after scan on Android. Camera launches. Able to capture text from barcode and print to log. App then crashes and goes to login page. barcodescanner works as ...
A42 Labs's user avatar
0 votes
1 answer
130 views

I have a react web app. I installed GA tags using the npm package, react-gtm-module. I put the app up on ngrok and tested it in GA on preview mode. Everything worked great. The Google Analytics tag ...
VikR's user avatar
  • 5,154
0 votes
1 answer
82 views

I have an old project and I want to use MongoDB 5 which is supported by Meteor 2.6 and the current software that I'm using is on version 1.8.3. I understand and see the changelog and migration guide. ...
Sheraz Ahmed's user avatar
0 votes
1 answer
101 views

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 ...
mkto's user avatar
  • 4,675
1 vote
1 answer
1k views

I have an expo app and trying to do my first release in TestFlight. The app is built successfully in the eas servers and then delivered to Apple for deployment. Everything goes well until I download ...
Emo's user avatar
  • 620
0 votes
1 answer
29 views

Does anyone know of a way to debug imported server side packages in meteor? I came across this link https://forums.meteor.com/t/vs-code-server-debugging-with-meteor-1-10/53437 I followed the ...
Don's user avatar
  • 21
1 vote
0 answers
32 views

I am now responsible for a meteor app. App has UI and server parts. UI part is written in ReactJS. In this app we have a component called AnalyticsDashboard which contains some anayltic data as a ...
Alper Bilgil's user avatar
0 votes
1 answer
284 views

I am using Framework7 with meteor and vue and I have included framework7 like this in my main.js: import { Meteor } from 'meteor/meteor'; import { createApp } from 'vue'; import { VueMeteor } from '...
AntonSack's user avatar
  • 1,047
1 vote
1 answer
110 views

I was given an old Bootstrap template to make it dynamic, and I had issues with dynamic CSS with ::before and ::after selectors check the below example image The core issue is, that it works fine for ...
Abdul Hameed's user avatar

1
2 3 4 5
581