Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
51 views

I am building a MERN application and trying to connect my Node.js backend to MongoDB Atlas using Mongoose. However, when I start my server, I get the following error: Error: querySrv ECONNREFUSED ...
sarthak arya's user avatar
1 vote
2 answers
52 views

I am facing an issue with a MongoDB aggregation pipeline that uses the $lookup operator. The goal is to create a pipeline that filters data in my database based on input fields and returns the ...
harsh joshi's user avatar
Advice
0 votes
0 replies
17 views

I am designing a local processing coordinator for a distributed file-processing system and I’m trying to reason about the usefulness of task affinity when workers frequently change their execution ...
Daniel Kings's user avatar
3 votes
0 answers
46 views

I am facing a 502 Bad Gateway error when trying to access my Swagger API after deploying my NestJS backend to Railway. Project Stack Backend Framework: NestJS Database: PostgreSQL ORM: Prisma ...
Parag Patwa's user avatar
-1 votes
0 answers
49 views

I am trying to debug a TypeScript program using Visual Studio Code. I can run and debug automated tests that import locally-defined modules using the interactive debugger, but trying to run a simple ...
JustAnotherCoder894's user avatar
-5 votes
0 answers
75 views

I am trying to send an email from my website using Nodemailer. My frontend calls a backend API which sends the email. However, when I trigger the email request from the frontend, I get the following ...
Priyesh Singh's user avatar
-2 votes
0 answers
40 views

I am working to implement integration with Gazelle HL7 . The problem I am facing in a particular phase is generating the a specific Ack. I am using node js hl7 with mllp protocol. The image explains ...
Awon Ali's user avatar
-6 votes
0 answers
62 views

I've got a new project running NodeJS 24.11.1 and Angular 20.3.0 and I can't get it to consistently load files for me when I refresh the page. They just don't load. The network call (in Firefox) ...
Matt James's user avatar
-1 votes
2 answers
77 views

I am building a small approval dashboard using Node.js, Express, and AWS SQS. The backend fetches one message from SQS and sends it to the frontend for approval. After approval the message is deleted ...
Haider Nadaf's user avatar
-4 votes
0 answers
109 views

I have a problem with testing components of my React app (Music playlist app) with Mocha + Chai + JSDOM + Babel + React Testing Library. I know that Node.js isn't created to work with .jsx module, so ...
Boricaweb's user avatar
Best practices
2 votes
2 replies
68 views

I'm building a Node.js/Express API and need to implement a user context system that allows me to access the authenticated user from anywhere in my application (services, utilities, etc.). The Problem: ...
JoseYC's user avatar
  • 1
0 votes
1 answer
23 views

I have a project that is configured with this package json file ( i am only pasting the relevant parts here) "scripts": { "build": "tsc", "watch": "tsc ...
jmiguel77's user avatar
  • 882
1 vote
1 answer
80 views

I installed i18next packages in my Express project and enabled i18next. middleware\localization.ts: import i18next from "i18next"; import Backend from "i18next-fs-backend"; import {...
IgorArnaut's user avatar
0 votes
1 answer
58 views

I'm working on a new Electron app and I'm struggling with it. I'm using "better-sqlite" which makes sync calls when querying database. For large queries, it blocks my UI because it's running ...
Alxndr BRL's user avatar
Best practices
0 votes
0 replies
36 views

Intro to the Problem So imagine you need to have an API which should stream back a video/audio file, what would be the return type? If you have an example written in NodeJS or any other programming ...
Mohammad Jawad Barati's user avatar

15 30 50 per page
1
2 3 4 5
31354