neg4n / next-api-compose

🧬 Simple, dependency free, error aware and powerful utility to compose chain of multiple middleware into one Next.js API Route.

Home Page:https://www.npmjs.com/package/next-api-compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Double execution of route handler

neg4n opened this issue · comments

Next.js API Route handler after composition of middleware (the composition process seems ok) is executed twice. Needs further investigation and fix ASAP