29,028 questions
-2 votes
0 answers
32 views
CloudFront caching Traefik Sticky Sessions in Docker Swarm causing 502 errors after deployment [closed]
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
37 views
FullCalendar with Meteor 3.3.1 – Event Colors and Size Issue on Mobile Build (iOS/Android)
I'm using FullCalendar React with Meteor 3.3.1, and I'm running into an issue when building the mobile version (iOS/Android). The calendar appears fine in the web version, including when viewed ...
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
62 views
How to run a meteor 3 app on custom server
I've built a simple app using meteor3 + vue that runs properly locally using meteor npm run start anyway now I'm trying to deploy and run it on my private server; and when I try to load the page I get ...
0 votes
1 answer
103 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
235 views
DefaultAzureCredential() causing SyntaxError: Identifier '__dirname' has already been declared
I am trying to connect to my meteor application with Azure to use blob storage following this tutorial: https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-javascript-get-started?tabs=...
0 votes
1 answer
55 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
1 answer
677 views
Uncaught TypeError: Cannot read properties of undefined (reading 'isTTY')
I have updated a Meteor Project to 3.1.2 which has broken the @google-cloud/storage package. Just importing the @google-cloud/storage package gives the following error. Uncaught TypeError: Cannot ...
0 votes
0 answers
65 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
1 answer
36 views
Meteor-Desktop (Community) - Build Failing due to link out of package
I have some local node.js packages In settings.json I have linked these through, however on one of them am getting an error stating the package links out of the package and this terminates meteor-...
0 votes
0 answers
26 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/...
1 vote
0 answers
63 views
WebSocket Connection Issues on Production Server (404 Error on /websocket)
I’m facing a persistent issue with WebSocket connections in my Meteor app deployed to a production server. The app and http/https part work fine, but I am also developing an app using React Native ...
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
1 answer
73 views
How to install meteor + vue
I'm trying to install / use meteor with vue. Followed the installation guide step by step, but it's a struggle. npm install -g meteor meteor create myapp --vue Using vue skeleton => Errors while ...
0 votes
0 answers
33 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 ...