#Ayberk
1 messages · Page 1 of 1 (latest)
hi! hmm, hard to say without seeing the complete context of all your code like the complete backend route.
it's probably because you do return true; which will attempt to send that in the HTTP response back to the client, which is impossible since it was already send earlier via res.send()
so how can i fix that what should i do?
you could try removing that return true line and see if that changes anything.
i revised the code like this, and its still getting error like this