So `supertokens.errorHandler()(error, req, res, ()...
# support-questions
r
So
supertokens.errorHandler()(error, req, res, () => ({}))
will send a response to the client. So if you don't return from here and try and use
res
after, it will give you a response already send error.
2 Views