When using the middleware as
Every request first hits the static middleware which causes errors to show up on in the logs indicating that the specified files do not exist.
Is there a better way to use the static middleware with its own middleware as well so it only gets hit when the request matches the url passed to the .Serve
function?