The Double-Dip Header Problem
Asked 4 months ago
1 Votes
2 Answers
5 Views
How do you fix the error Cannot set headers after they are sent to the client in Express.js?
Good luck bro
Asked 4 months ago
How do you fix the error Cannot set headers after they are sent to the client in Express.js?
Good luck bro
Could you share the code of setting headers plz
Check if the Middleware ends with next(); OR maybe make sure you return a single response in your endpoints.
Best wishes <3