MarsaColombo

Results 2 comments of MarsaColombo

I have the same problem but it happens when assign to my route group an auth middleware: `router .group(() => { router.get('users', [UsersController, 'index']) router.get('users/filters', [UsersController, 'filters']) router.get('users/:id', [UsersController, 'show'])...

The errors is on the line 22 `import type { HttpContext } from '@adonisjs/core/http' import type { NextFn } from '@adonisjs/core/types/http' import type { Authenticators } from '@adonisjs/auth/types' /** *...