In the middlewares .use(uploadRouter.bind(this, downloads)) fix this to utilize the arrow functions or just not use the context for binding.
In the middlewares
.use(uploadRouter.bind(this, downloads))
fix this to utilize the arrow functions or just not use the context for binding.