470,351 questions
-1
votes
0
answers
13
views
The invocation of `next` function of Browsersync middleware does not prevent the browser delay because of the loading
I suppose, it a question about the middleware concept in Node.js and even in some other languages and frameworks, but AFAIK the narrowly specialized questions are welcome, so in my case there is the ...
Advice
1
vote
2
replies
50
views
Optimizing Node.js worker threads memory pooling for heavy Monte Carlo slot simulations (RTP verification)
I'm developing the math engine for a high-volatility cascading slot game (similar to Megaways mechanics). As part of our global compliance and certification process, we need to run Monte Carlo ...
0
votes
0
answers
22
views
Failing to create a Zurb-Foundation project
Trying to create new foundation project on Windows, but it fails with errors:
> foundation new
? What are you building today? A website (Foundation for Sites)
? What's the project called? (no ...
Advice
0
votes
0
replies
30
views
dose kychain in mac work well from node js "execsync"
i wanted to know if this code works on all pl;atforms and dosent prompt the user
"
const { execSync } = require("child_process");
const os = require("os");
const platform = os....
0
votes
0
answers
11
views
Back4App Deployment Fails with unexpected error During Docker Image Build [closed]
I’m trying to deploy a Node.js app on Back4App using a Docker container, but the deployment fails with a very vague error. Here’s what happens in the logs:
2026-02-21T01:18:49.361Z SYSTEM PREPARING ...
-7
votes
0
answers
68
views
what's mean from this error, please help me [closed]
Saya sedang melakukan integrasi ke API gemini menggunakan Next.js dan Prisma. Ketika melakukan live audio, terjadi error seperti ini.
apa maksud dari
Error: [GoogleGenerativeAI Error]: Error ...
0
votes
0
answers
21
views
Prisma Client in Electron + Vite + pnpm workspace: @prisma/client did not initialize yet vs PrismaClient is not exported
I’m using Electron + Vue + Vite in a pnpm workspace, and I’m stuck between two Prisma import errors.
Environment
Electron 28.x
Prisma 5.22.0
@prisma/client 5.22.0
Vite + vite-plugin-electron
pnpm ...
1
vote
0
answers
15
views
Why does registering a schema create two schemas (with "Input" suffix) in Swagger UI?
I'm having an issue with schema registration using zod in a Fastify application with Swagger.
When I register a schema like this:
export const USER_SCHEMA = z
.object({
id: z.string(),
email:...
-5
votes
0
answers
628
views
I'm having npm problem while installing Openclaw in WSL [closed]
I am installing the OpenClaw on my WSL. But it keeps printing the same error messages about npm. I even tried after updating my npm, but it doesn't work. I also asked Gemini this question, her answer ...
-4
votes
0
answers
46
views
Why do i get pre flight error when using patch method but for post from the same route i get no problem even though it need pre flight [closed]
(index):1 Access to XMLHttpRequest at 'http://localhost:5001/api/updateBookingStatus/12f33c2e-68b9-41bc-aa6b-86fa8b2d3e65' from origin 'http://localhost:5173' has been blocked by CORS policy: Method ...
-2
votes
0
answers
46
views
Why does my ThreeJS renderer component load much faster on mobile rather than PC? [closed]
Im making a Next.JS site, and I'm pretty new to it, but for some reason the Model Viewer on my site loads soo much faster on mobile. It can take 20 minutes for a model to load on my laptop, but it ...
1
vote
1
answer
70
views
+200
.NET clients cannot see Azure Service Bus messages created by node
I have a node server that is posting messages to an Azure Service Bus topic using the rhea client. The system reading the messages is a .NET console app using the AMQP.NET Lite library. Both clients ...
-4
votes
1
answer
65
views
I have error while executing npm run dev in VS Code [closed]
I am trying to run next.js using npm run dev but I encounter following error:
PS C:\Users\Shashwat\Desktop\Bookmark\smart-bookmark-app> npm run dev
[email protected] dev
next dev
You are ...
-3
votes
0
answers
39
views
Unable to install n8n on Namecheap shared hosting [closed]
I am trying to intall n8n on shared hosting. I created a new Node.js app and used source /home/xx/nodevenv/n8n/20/bin/activate && cd /home/xx/n8n to get into virtual environment. Then I ...
0
votes
0
answers
38
views
Nodemailer: Error sending email via Hostinger Mail in Node.js/Express [closed]
I am trying to send emails using Nodemailer with my Hostinger Email account in a Node.js/Express application, but it is failing.
The Problem:
When I trigger the mail-sending function, I receive the ...