On this page
The middleware didn't return a response or call next.
MiddlewareNoDataOrNextCalled: The middleware needs to either return a
Response
object or call thenext
function.
What went wrong?
Thrown when the middleware does not return any data or call the next
function.
For example:
© 2021 Fred K. Schott
Licensed under the MIT License.
https://docs.astro.build/en/reference/errors/middleware-no-data-or-next-called/