I'm using Fresh v2.0.0-alpha.29, and when a request is handled by _error.tsx and _404.tsx, middlewares defined in _middleware.tsx seem ignored.
Personal context
I use middlewares in order to initialize i18n stuffs, and I want to localize messages in 404/500 error pages, but currently they are not localized… So IMHO this is an unexpected behavior!