instantcommerce / next-api-decorators

Collection of decorators to create typed Next.js API routes, with easy request validation and transformation.
https://next-api-decorators.vercel.app
MIT License
412 stars 29 forks source link

Not working with Next 14.2.5 #641

Open arvindknit31 opened 1 month ago

arvindknit31 commented 1 month ago

Hi dear,

I am trying to use "next-api-decorators" with Next Js version "14.2.5", but getting various issues.

Please fix.

nicholasess commented 1 month ago

@arvindknit31 the lib doesn't work with app route, just pages

hcrcsolutions commented 1 week ago

The lib is awesome, and it would be great if it also worked with app routes. Any plans to support app routes in the near future?