I am trying to build an application in my Express and anytime i navigate to the admin page i get this error const castError = new CastError();
I have to allow my users to make an update with 24 hours of delay from their previous update, so because date operations in this case are going to be on the bac
I am making a group video call nodejs application. I come to know about two npm packages wrtc - from this video https://www.youtube.com/watch?v=GMbdEnK8h3U medi
I have a NodeJS Application written in KoaJS, app.ts const app = new Koa(); app.use(healthCheck()); app.use(bodyParser()); app.use(errorHandler()); app.use(end
i have collection in strapi named movie, in there i have 24 data. but after retrieve movie data via API, i just get 0 rows data, im sure the endpoint status is
I'm trying to send an http request through axios, from my localhost (node server) to a docker container (which contains a simple server in node too) which belon
I have a problem with passport middleware, when I am authenticating a user it doesn't redirect I have no idea what's wrong. Here is the code and whole project o
We have a home camera device which is using aws kinesis video streaming for webrtc. We were trying to integrate google home to enable command based live stramin
So, I have a collection like this: [{ "name":String, "address":String, "hobby":Array of Strings }...] Every hour I query an API and get the response l
I am looking for guidance on setting up session based authentication with with Express-Session, connect-mongo, and Mongoose. Currently it's just generating a ne
I want show_name() to run and then call another function. I don't understand why show_name().then fails. I'm probably overlooking something. async
I'm using nodemon to manage a node.js process, and I would that process to auto-restart every 24h. Is there an elegant solution for this? I could also just crea
For some reason, I can't subscribe users for more than one topic Here is my code: exports.subscribe = functions.https.onCall((request, response) => { conso
I am using mdx-bundler (which uses esbuild + node-gyp) in next.js. I have been working on this project for some time and everything is working. Now my partner j
I came up with this code to query a list of questions from db question .aggregate([ { $lookup: { from: "answers", localFie
I am using Firebase functions to build an API that parses CSV files. When I try to use csv-parse/sync instead of csv-parse, my deploy to Firebase Functions fail
I have an NX workspace with a single application called my-app. I would like to run Playwright tests for my-app application by using NX console. Currently NX do
In a node/electron application, used node-notifier to show notification, working great. Then, added buttons 'ok' and 'cancel', and their respective callback fun
I have searched everywhere for this problem. but I cant find the correct way to fix it. help me to what is the problem. const router = require("express").Ro
I keep getting this error: throw new RangeError('BITFIELD_INVALID', bit); ^ RangeError [BITFIELD_INVALID]: Invalid bitfield flag or number: undefin