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
417 stars 29 forks source link

Not working with Next 14.2.5 #641

Open arvindknit31 opened 4 months ago

arvindknit31 commented 4 months 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 4 months ago

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

hcrcsolutions commented 3 months 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?

arnarleifs commented 1 month ago

We are currently using this for Next 13.x and would like to upgrade to a newer version of Next but still make use of this. Is there any status on this?