Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
43 views

I'm updating a Node.js project to support both CommonJS and ES Modules (Dual Package). My current issue appears when trying to load the module from the project root using exports field instead of main....
Hector Socarras's user avatar
Advice
0 votes
1 replies
19 views

Is there any TypeScript-safe library that can automatically generate a schema from a real dataset, but with more than just field names and types? I mean something that can look at real data and ...
Ivan Holovach's user avatar
-1 votes
0 answers
14 views

I have a node.js project doing speech-to-text transcription with the xenova/transformers models. My project shows a lot of warnings - how do I suppress the warnings to log only errors? I've tried ...
user3450049's user avatar
0 votes
1 answer
33 views

I'm working on a YouTube video downloader similar to Y2Mate or SaveFrom, using Node.js with ytdl and FFmpeg. The problem is that when I download any video, I only get formats up to 360p. I want to ...
Plantinum warrior's user avatar
0 votes
0 answers
15 views

I am attempting to set up a Node.js Express application using Prisma ORM v7.0.1 and a MongoDB database. I keep running into an Error: @prisma/client did not initialize yet. Please run "prisma ...
Gidayi-dev's user avatar
-1 votes
1 answer
41 views

Problem I'm trying to send multiple files from the renderer process to the main process using Electron's IPC, but the file objects arrive empty. Renderer Process: if (files?.length > 1) { window....
Varelion's user avatar
0 votes
0 answers
37 views

As you can see in my short video example event message:successful_payment sometimes doesn't run after payment. In my video example there was only one execution after 3 payments (only the second ...
Flain's user avatar
  • 5
0 votes
0 answers
32 views

I have a password for a remote PostgreSQL server that I cannot change. This password contains hashtags (#). From searching, I know that this can be a problem. I can connect to the server from the ...
mikibok's user avatar
  • 147
0 votes
0 answers
18 views

Problem Summary I have a Node.js monorepo with both an EJS-based admin panel and a React frontend. The app works perfectly on localhost, but when deployed to cPanel with Passenger, only the React app ...
production 's user avatar
-4 votes
0 answers
33 views

I’m building a Node.js backend (using Express + TypeScript) and I want to implement a clean, scalable, SOLID-friendly error handling system. My goal is: Developer Side: Print a detailed error log in ...
Gourabananda Datta's user avatar
0 votes
1 answer
24 views

Given: <ul><%= users.forEach(function(user){ %> <li><%= user.name %></li> <%= }); %> </ul> and: app.set('view engine', 'ejs'); app....
ciphermagi's user avatar
Tooling
0 votes
6 replies
46 views

I have a task to convert user PNG image to SVG with maximum possible color number coming from user setting (e.g. 8). It means that i should make initially image created from 8 colors and then convert ...
NickTaylor98's user avatar
0 votes
0 answers
40 views

I am running a Firebase Gen 2 (Node.js) Cloud Function and attempting to access a secret from Secret Manager. Despite confirming all recommended IAM roles, the function execution fails with a ...
Kanak gupta's user avatar
-3 votes
0 answers
51 views

Whenever I try to update an object from the genres array using the code below, nothing happens. I get a 200 status code but the object remains the same with no updated value. where could I be going ...
thecodingalchemist's user avatar
0 votes
0 answers
30 views

I'm automating iOS subscription setup using the App Store Connect API(Nest Js). All steps (group, subscription, localization, screenshot upload, pricing) complete successfully. However, in App Store ...
suresh kumar's user avatar
-1 votes
0 answers
34 views

I am receiving position data from a GPS device and fetching geofence latitude-longitude coordinates from my database. I also check which geofence is linked to which child and get the parents’ FCM ...
Pavan Raghuwanshi's user avatar
Advice
0 votes
1 replies
32 views

I am creating a web application using express.js. I have been following a course by Angela Wu, and one of the chapters involves a templating tool called 'Express' which is built on node.js. Following ...
Stellas Man's user avatar
2 votes
0 answers
39 views

I’m hitting a super weird issue with OpenAI’s streaming API and I’m lowkey losing my mind here so if anyone ran into this before pls tell me wtf is going on because I can’t tell anymore if it’s me or ...
Eli's user avatar
  • 57
-1 votes
0 answers
32 views

I keep seeing this error any time I try to install Node.js in Windows, I have tried steps to fix my Windows installer, so far no luck. I can't use resources of Node.js like npm without installing it. ...
Jeff Hen's user avatar
-2 votes
0 answers
44 views

2025-11-26T15:46:29.478Z DBG Checking connection to homeserver 2025-11-26T15:46:29.479Z INF **Starting HTTP listener** address=0.0.0.0:29318 2025-11-26T15:46:29.488Z DBG Request completed duration=8....
Shabu abbasi's user avatar
0 votes
0 answers
60 views

I’m trying to deploy my personal website to Vercel using Vite + React + Tailwind CSS. The project builds and runs fine locally (npm run build works without errors), but the Vercel build fails with the ...
Vinicius Almeida's user avatar
0 votes
0 answers
45 views

TypeError: Cannot destructure property of 'email' of 'req.body' as it is undefined const authUser = asynchandler(a sync (req, res) => { const { email, password} = req.body; const user = await ...
Gerald Raphela's user avatar
2 votes
1 answer
238 views

I was using Prisma 6, and after upgrading to Prisma 7 I had to apply some changes to my schema.prisma. These changes include modifying the schema.prisma file and adding a new prisma.config.ts file. My ...
mohammad's user avatar
  • 1,338
1 vote
0 answers
34 views

I’m deploying a Node.js + Prisma backend using Docker on my VPS. PostgreSQL is NOT in Docker — it runs directly on the VPS host (Ubuntu). My backend is running inside Docker using docker compose. ...
Kaif Ansari's user avatar
1 vote
0 answers
37 views

I want to get the custom claims for a user in a react-router app on the loader/action that run on the server. To do that, I am calling the User's method getIdTokenResult(false): const authIdToken = ...
jigjig's user avatar
  • 11
-1 votes
0 answers
27 views

I am integrating Mondial Relay’s SOAP API in a Node.js application using the soap npm package. I am trying to create a shipment with the WSI2_CreationExpedition method and then generate the shipping ...
Bechou's user avatar
  • 11
Tooling
0 votes
0 replies
50 views

So I have an MEAN stack application where user types query ( or copy from mongodb compass ) in a editor and I use nodejs in backend to perform that query , So I use codemirror editor to text codes , ...
Vignesh's user avatar
  • 61
0 votes
0 answers
26 views

Problem I'm trying to set up Datadog APM tracing for my AWS Lambda functions (Node.js/TypeScript), but traces are not appearing in the Datadog APM UI. Custom metrics are being collected successfully, ...
Rami Rosenblum's user avatar
0 votes
0 answers
24 views

I'm building a chat feature using Flutter frontend, Node.js backend, MongoDB, and Socket.IO. Issue: When sending the first message in a conversation, the message appears twice (duplicated). If I exit ...
Long Hoang's user avatar
0 votes
0 answers
50 views

I'm using mongo db with payloadcms and I have tree like structure. We have a collection called nodes. A node have children as array and a parent id. Now I want to change the node status like marking ...
Shoaib Ahmed's user avatar
0 votes
0 answers
60 views

I am converting a DOCX file into HTML using Mammoth.js, and most formatting is preserved correctly (bold, italic, underline, tables, images, etc.). But paragraph alignment and list item alignment (...
Vishal Jadon's user avatar
-1 votes
0 answers
37 views

I have created a Next.js (TypeScript) application, called "vkdgen". Afterwards, I've created and published a small component library for my project called "vkdFramework4NextJS". ...
Janosch's user avatar
  • 92
1 vote
3 answers
91 views

How can I handle multiple <img> elements in Selenium when all of them have the same id attribute? I need a way to automatically detect and interact with these images, even though they share the ...
rocksaketh's user avatar
1 vote
0 answers
55 views

I am building a project where the frontend is React, and the backend nodejs uses. I have used the firebase Admin SDK to use firestore . Authentication is done using Firebase Authentication, and after ...
Ujwal Bholan Pinkpop's user avatar
0 votes
0 answers
60 views
+50

For November 2025, the Prisma does not support the updating of multiple records with different values. Although the transactions are being considered as main workaround for such cases, the transaction ...
Takeshi Tokugawa YD's user avatar
-3 votes
0 answers
29 views

I'm getting the error Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client in my Express.js application using MongoDB session store, but the page displays correctly in ...
Priya Singh's user avatar
0 votes
0 answers
25 views

I have an Angular app with below specifications in my Azure pipeline Angular: ^20.2.3 Node.js: v22.21.1 Karma: ~6.4.3 My tests run successfully in my local but fails in my pipeline with below error: ...
tangel's user avatar
  • 393
-2 votes
0 answers
41 views

I am building a mobile application and the framework I am using is React Native + Expo. When it comes to verifying the clerk's email, there is an error that the verification failed. I received the ...
DucVjt's user avatar
  • 1
-1 votes
1 answer
54 views

While writing tests for an endpoint that writes input to an FFmpeg process's stdin, I encountered an issue where FFmpeg doesn't respond when I pass small, invalid data (non-media data). It only reacts ...
kmc's user avatar
  • 7
1 vote
2 answers
107 views

I’m building a real-time chat application using NestJS, Postgresql (Main DB), Redis and Socket.IO. My database schema (simplified) looks like this: -- Chats table chats ( id serial primary key, ...
Vasile Bubuioc's user avatar
0 votes
0 answers
56 views

I try to move a request with certificate from an old system made with NodeJS to a new system using .NET 8.0. Running the .NET code, however, I always get the following error: The SSL connection could ...
Chanom First's user avatar
  • 1,146
Advice
0 votes
2 replies
52 views

I’m currently building a trading platform that requires streaming real-time price updates to the UI. I’ve implemented a WebSocket gateway and added handling for common issues such as: Ghost/...
webster's user avatar
  • 29
0 votes
0 answers
43 views

I'm trying to deploy a Firebase Cloud Function (2nd gen) but keep getting the same npm ci error about package.json and package-lock.json being out of sync, even after completely deleting and ...
ecoder's user avatar
  • 23
0 votes
0 answers
31 views

I am implementing an XML signing solution using Node.js to authenticate with a strict external API. I need to sign a "Seed" XML to obtain an access token. The API returns an generic "...
delfincortesb's user avatar
1 vote
1 answer
778 views

I was working with Prisma and NestJS and it is fine but when I updated Prisma to version 7 I started getting errors, fixed them, but I am stuck with this one. Part of schema: datasource db { ...
f.n's user avatar
  • 33
-2 votes
0 answers
73 views

I'm implementing JWT Authentication in a full-stack (React + Node.js + Express) application. Login works, token is generated correctly, and the client sends it in the Authorization header. However, ...
Pranay Reddy's user avatar
1 vote
1 answer
40 views

I am currently working on building an application using SvelteKit, and as such am currently having a VERY difficult time figuring out why I can't trigger the client downloading a PDF (generated by ...
MisutoWolf's user avatar
  • 1,273
-5 votes
0 answers
61 views

I have following two files (server.js and index.html) which together should allow me to download a file using nodejs server (ran by node server.js). It does happen when I click the link but only in ...
phantom_wizard's user avatar
1 vote
0 answers
31 views

I am integrating Flutterwave payments in my project(Node.js/Express). In development, deposits work correctly: User pays; Flutterwave triggers the webhook; Payment gets verified and the user balance ...
Babatunde's user avatar
0 votes
0 answers
38 views

I want to make a minimal interactive console utility using Effect. Started from an empty Effect app: npx create-effect-app@latest ... (interactive part) cd effect-app npm install Then I copy-pasted ...
enkryptor's user avatar
  • 1,693

1
2 3 4 5
9418