2 messages · Page 1 of 1 (latest)
I am trying to make a guard middleware (following the example in the rbac implementation). However, in my middlewares.ts the req.path always returns "/" instead of the path, while req.originalUrl is returning the correct full path. Has anyone encountered this?
I ran into the same thing, tell me how you handled it.