The middleware didn't return a Response.
Questi contenuti non sono ancora disponibili nella tua lingua.
MiddlewareNoDataOrNextCalled: Make sure your middleware returns a
Response
object, either directly or by returning theResponse
from calling thenext
function.
What went wrong?
Section titled What went wrong?Thrown when the middleware does not return any data or call the next
function.
For example:
Error Reference