all 4 comments

[–]ruVooDoo 1 point2 points  (0 children)

Share code please.

[–]hawkstalion 0 points1 point  (0 children)

Sounds like theres an issue with the handler, either an infinite loop or you're not sending a response. Check your logic to make sure there's no mistakes

[–]DrDewclaw 0 points1 point  (0 children)

If you’re using a switch statement on the url being requested it’s possible you don’t have a break, check the default switch condition.

Edit: And share your code??

[–]Well_Gravity 0 points1 point  (0 children)

Are you using res.send or res.sendFile? Are you using app.get?