Known bugs
HTTP Pipeline not working properly
Seethis issue
Routes cannot be used more than once
Seethis issue
Sync routes/middlewares not handled
Yes, you should readdocumentation carefully.
Error "Invalid access of discarded ..."
Please don't forget returnHttpResponse
from route and/or middleware.
Example,return res.send(...)
instead ofres.send(...)
at last line of route
Last updated
Was this helpful?