Proxy.ts error
Unanswered
Giant panda posted this in #help-forum
Giant pandaOP
Just implemented some middleware routing in my proxy.ts but i keep getting this error "The middleware "/proxy" accepts an async API directly with the form" and the documentation page provided returns a 404
2 Replies
Pekingese
I think Next.js changed some middleware APIs recently. Maybe the example you're following is deprecated.
@Giant panda can we see the code?