Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
32 views

I am creating a crud application using Node JS, Express JS & SQLite database. For every database insertion i am using a column 'created_at' to insert current timestamp. But according to my ...
2 votes
1 answer
63 views

I apologize if this is impossible, unadvisable, or answered elsewhere, but I have spent a couple days trying to find an answer as well as changing/testing the code every way I could think of without ...
0 votes
1 answer
69 views

I am building a Node.js application and trying to update a profile with file upload functionality using Multer. When I try to delete the old profile picture then I get this error: ReferenceError: ...
-1 votes
0 answers
45 views

I am currently migrating my internal service communication from REST (Express.js) to gRPC in a Node.js environment. Background (The Express way): In my previous Express.js setup, I used middleware to ...
1 vote
1 answer
54 views

Postgres is running inside a docker container named postgres_server.development.ch_api Express is running inside another docker container named express_server.development.ch_api I am trying to setup ...
0 votes
1 answer
44 views

Tech stack Node.js Express.js @sendgrid/mail SendGrid (Dynamic Templates and HTML templates) Sometimes, emails sent via SendGrid are rendered in an incorrect or broken format (layout issues, missing ...
2 votes
1 answer
52 views

I'm working on an Express controller to update product's inventories when saving an order. Below is the code to recalculate sold & sellable amount of a product. for (const lineItem of order....
James Vu's user avatar
  • 2,493
1 vote
1 answer
40 views

I'm currently learning Node and express and ran into this recently. If I put spaces after the colon in my header, the request body in node for POST shows up as undefined. But if I remove spaces, then ...
Andorrax's user avatar
  • 135
Advice
0 votes
2 replies
46 views

I have a social networking site where people connect, meet and build network. User created their profile based on there interest. Users can visit others people profile and send connection request to ...
Best practices
0 votes
1 replies
64 views

I need some help... I have code like below: main/index.js const express = require('express'); const router = express.Router(); router.get('/', (req, res) => {}); router.get('/p1', (req, res) => {...
1 vote
1 answer
95 views

Question: Is it possible to use AbortController with POST requests without immediately triggering a 'close' event on the server? If not is there a more appropriate tool / method to cancel post ...
Best practices
0 votes
0 replies
66 views

The API endpoint is using the Express.js package while the scheduler is using the bree.js. The previous approach is to wrap the scheduler starting program into a function and start the scheduler when ...
Best practices
0 votes
0 replies
40 views

I am planning to build a project using an Express JS REST API with React native. I am wondering how email verification is usually handled with this kind of stack. A flow is: User registers with ...
1 vote
1 answer
78 views

I'm trying to understand express-session, and I'm still new to Express. From the Express docs, I learned that when I write: app.use(middleware1); app.use(middleware2); The middleware functions are ...
Super's user avatar
  • 75
-1 votes
0 answers
60 views

I'm trying to make users to be able to login using their iphone also I don't receive any cookies in production! I don't know if it is something for security. export const loginUserController = async (...

15 30 50 per page
1
2 3 4 5
...
6327

AltStyle によって変換されたページ (->オリジナル) /