Skip to main content
2 votes
0 answers
77 views

I'm building a Node.js + Express backend where users can upload profile pictures using Multer. When I send a POST request from Hoppscotch to /update_profile_picture, I get this error: Cannot read ...
0 votes
0 answers
61 views

NginX's .conf file: server { listen 80; listen [::]:80; root /home/myUsername/serverDirectory; index index.html index.htm; server_name my.domain.name; ...
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 ...
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. ...
-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 ...
-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 ...
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 ...
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 ...
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 ...
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 ...
0 votes
0 answers
46 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 ...
-3 votes
0 answers
53 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 ...
0 votes
0 answers
66 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 ...
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 ...
0 votes
0 answers
256 views

I have hosted static sites before and here's how it worked: I have my HTML, CSS, JavaScript files ready I upload them to a hosting site and the website goes up But now I'm starting to work on ...

15 30 50 per page
1
2 3 4 5
5470