It should be: ``` async function koaMiddleware(ctx, next) { const { req } = ctx; ``` This does not exist anymore and ctx is explicitly passed!