Here are the relevant parts of my package.json: "dependencies":{"@koa/cors":"^3.0.0","@koa/multer":"^2.0.2","@koa/router":"^8.0.8","@tadashi/koa-jwt-authz":"^1.0.0","dotenv":"^8.2.0","jwks-rsa":"^1.8.0","koa":"^2.11.0","koa-body":"^4.1.1","koa-jwt":"^3.6...
I use nextjs import koa from 'koa' import next from 'next' import clear from 'clear' import body from 'koa-bodyparser' import cors from 'koa-cors' import logger from 'koa-logger' import Api from './router' const dev = process.env.NODE_EN...