I am using Zod inside my Express & TypeScript & Mongoose API project and when trying to validate my user input against the user schema it returns types
I am facing issues playing audio files from my s3 bucket. I was wondering if I set up the cross origin resource policy poorly. Here is my server.js file: app.us
I have a small project (Express) using a Twilio trial account to send an SMS message to my phone number. But when I use my own message to replace the example st
I am getting this error while I am trying to send a put request to update a row of a product table in mysql using nodejs. Here's my code: exports.updateProduct=
When I try to insert new category, I got this error: error: column "image" does not exist sql: 'INSERT INTO "Categories" ("id","createdAt","updatedAt") VALUES
I want to test a node API using Jest. I am testing the routes and websockets. Testing the routes was no problem. I simply started the server using the setupFile
I am trying to use mongoosastic search() but it doesn't give me the result. Data is saved in MongoDB as well as elasticsearch. Below is the mongoose schema cons
I'm writing a program in Node.js which sends a WhatsApp template every day at a specific time. I used node-cron and setInterval. When I deployed the program on
I've been trying to make a simple image upload form using react, axios and multer, but I can't figure out a way to deal with cors ! Here is my form (running on
I'm new to Neo4j and GraphQL and more or less new to JavaScript. I want to build a GraphQL endpoint using ApolloServer and Neo4j. The error I don't understand
Is it possible to modify request headers using ExpressJs? I have an expressjs app server that interfaces with multiple backend services and I'd like to have thi
I'm using express-jwt to control the user privileges of my startup project, but I'm getting an error when I try to request access (using Postman) an api that on
please I need help, I checked on all google and not get really answer for to open my issue. I want to use helmet to secure my express server. But when I am usin
I am using Passport.js for Express, which already holds the current user in the session variable req.user. Yet when I try to update a MongoDB database I can onl
I am using Passport.js for Express, which already holds the current user in the session variable req.user. Yet when I try to update a MongoDB database I can onl
I have set up azureAD login with passport in my Express-server. I would like to access the req object in the passport.authenticate middleware, is this possible
while making this school project i finish the code and make everything right, at least that's what i thought. I'll put here my app.js and bin section, so if any
I'm trying to connect MongoDB with node.js, but the terminal is showing MongoAPIError: URI must include hostname, domain name, and tld Backend Code I have writt
I was just curious since I thought it wouldn't matter where you place the middleware in your code as long as it's in the app/index.js What I mean is this: const
I've been working on a project with express, and have a post request set up. However, it returns an empty body on the response, but it appears to be working oth