Fernando Dorantes

Results 5 comments of Fernando Dorantes

Nope, but i used route function. ``` router.route('/api/v1') .post((req, res)=>{ }) .get((req, res)=>{ }) ``` ;)

I need a to include both perms in a single middleware. I'm returning a Permission but I can't identify it's action. I returned an object with role, permissions, action and...

> Same here, as we have a mouth full of warnings after updating like exactly the same Same here with a SSR next application. When src/middleware.ts exists breaks building in...

> @fdorantesm how do you keep your page sizes so small? It's a small webapp, it has small components and it's using SSR methods. Do you have an app with...

> I have same issue! That seems that we need to fix it and make PR.