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

I'm writing E2E automation tests for an iOS application using WebdriverIO and Appium. My goal is to programmatically toggle the network connection on the iOS Simulator during specific test scenarios (...
Ayush Jain's user avatar
-1 votes
0 answers
20 views

I am using Apollo Server with Node.js, The mutation returns a success response but it is not updating database. Mutation: type Mutation { updateUserName(id: ID!, name: String!): Boolean! } Resolver:...
Gnaneshwar P's user avatar
0 votes
0 answers
65 views

NginX's .conf file: server { listen 80; listen [::]:80; root /home/myUsername/serverDirectory; index index.html index.htm; server_name my.domain.name; ...
ciphermagi's user avatar
0 votes
0 answers
38 views

I need your guidance on something, please. I recently bought my domain name (anexiums.com) and hosting from asurahosting, and then created a subdomain (api.anexiums.com) which I'm supposed to deploy ...
Guy Stephane's user avatar
0 votes
1 answer
38 views

Hi everyone, ​I am facing a persistent issue using the @google-cloud/vertexai Node.js SDK for image generation. I keep getting the error TypeError: imagenModel.generateImages is not a function no ...
Huyenlong's user avatar
Advice
0 votes
0 replies
29 views

I use Playwright for recording and playback of the tests, but because of specific constraints, I can't have ffmpeg installed as part of Playwright. I want to find a way to exclude ffmpeg from being ...
Campaio's user avatar
  • 13
-3 votes
0 answers
24 views

I am working on the node js attendance project, so now i have to setup a zkteco machin, when user swipe the card the data will push directly from device to the digital ocean cloud server. I am using ...
Maktum's user avatar
  • 50
Advice
0 votes
6 replies
78 views

I want to match a string according to a pattern but only when it is not preceeded by an other pattern. const source = "abc.def.Ghi\n\ @:test(abc.def.Ghi2)"; const re = /(?!\()([a-z]\w+\.)+([A-Z]\w*)/g;...
Misiur's user avatar
  • 5,393
-3 votes
0 answers
28 views

I’ve built an AI voice agent that connects with a student in real-time. Here’s the setup: The student asks questions via the frontend. The agent follows predefined instructions and responds using ...
taimur ali's user avatar
3 votes
1 answer
71 views

After having carefully converted my JS code for NodeJS from CJS to ESM (with some unexpected difficulties), I am failing to send a body content to my Node Express web server, running for test purposes ...
toreric's user avatar
  • 444
-2 votes
1 answer
63 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
29 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
16 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
76 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
44 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
44 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
43 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
33 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
20 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
38 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
1 vote
1 answer
32 views

Given: <ul> <%= users.forEach(function(user){ %> <li><%= user.name %></li> <%= }); %> </ul> and: app.set('view engine', 'ejs'); app.get('/', (req, ...
ciphermagi's user avatar
Tooling
0 votes
6 replies
52 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
47 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
54 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
35 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
35 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
34 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
3 votes
0 answers
44 views

I’m hitting a super weird issue with OpenAI’s streaming API. I’m building a multi-message streaming thing in plain JS (no frameworks) where I need to pipe multiple OpenAI responses one after another. ...
Eli's user avatar
  • 59
-1 votes
0 answers
33 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
45 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
73 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
46 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
2 answers
486 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
35 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
41 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
28 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
1 replies
55 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
27 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
63 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
38 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
94 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
0 votes
1 answer
74 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
30 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
26 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
110 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
1 answer
61 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

1
2 3 4 5
9418