Skip to main content
0 votes
0 answers
59 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
36 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
35 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
27 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
23 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
5 replies
71 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
24 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
64 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
62 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
71 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
37 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
41 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

15 30 50 per page
1
2 3 4 5
31391