29,031 questions
-1
votes
0
answers
20
views
CloudFront caching Traefik Sticky Sessions in Docker Swarm causing 502 errors after deployment
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 ...
0
votes
1
answer
44
views
Meteor 3 connect to a different server
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'
...
0
votes
1
answer
100
views
Rocket.Chat Docker Setup – File upload fails for images with “A boolean was expected [ufs: cannot upload file] [upload-failed]
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 ...
0
votes
1
answer
48
views
Not recieving messages on clients in Meteor
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 ...
0
votes
0
answers
61
views
Issues while trying to replace iron:router with FlowRouter (used the meteor package ostrio:flow-router-extra)
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. ...
0
votes
0
answers
22
views
Adding a dependencies from url/tgz causes build to crash
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/...
0
votes
1
answer
38
views
Meteor Accounts.createUser - Meteor crashes when user exists
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....
0
votes
0
answers
27
views
Meteor Oauth Token Validation
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 ...
0
votes
2
answers
557
views
Error during the building 'node-canvas' on arm64 M1 CPU
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, ...
0
votes
1
answer
21
views
Unable to get data context from Template after rendering with #each in Meteor
I'm using blaze with Meteor.
Let's try the following simple setup:
<template name="render_array>
<ul class="list">
{{#each items}}
<li>{{...
-2
votes
1
answer
44
views
Twilio Voice and Meteor.js - Can’t Get req.body In WebApp.handlers.use()?
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 ...
0
votes
1
answer
35
views
Error - The positional operator did not find, Mongo db update command not working in Meteor
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: '{"...
0
votes
1
answer
21
views
While downloading abernix:[email protected]...: error: certificate has expired
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....
0
votes
1
answer
32
views
Why is it not possible to use spacebars to insert a style for an HTML element?
I'm really struggling with the following:
<td class="left {{tableStyle}}" {{background}} >{{value}}</td>
And my JS code:
{'background':'style="background-color:red;"'}
...
0
votes
1
answer
126
views
How to upgrade MongoDB version that comes with Meteor 1.8.1
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 ...
0
votes
1
answer
273
views
Helmet Rejects Localhost Even Though it is Included in Script-Src?
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: &...
0
votes
0
answers
136
views
cordova-plugin-barcodescanner crashing after scan on Android
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 ...
0
votes
1
answer
130
views
GA Preview Says Tags are Working on Ngrok But Not on Production?
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 ...
0
votes
1
answer
82
views
Migrating from meteor 1.8.3 to 2.6
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.
...
0
votes
1
answer
101
views
MeteorJS Oplog: Got exception while polling query MongoError: no primary server available
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 ...
1
vote
1
answer
1k
views
Expo react-native app crashes right after launch in Test Flight
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 ...
0
votes
1
answer
29
views
Meteor server side packages debugging
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 ...
1
vote
0
answers
32
views
Meteor app is not working with nivo on runtime
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 ...
0
votes
1
answer
284
views
Meteor/Vue/Framework7: No style being used
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 '...
1
vote
1
answer
110
views
Meteor Blaze dynamic template CSS results in duplicate element IDs
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 ...