sbklS
Convex Community12mo ago
3 replies
sbkl

convex auth nextjs middleware removes "code" query param. Conflicts with third party oauth integrati

Convex auth nextjs middleware removes the "code" query param by default which conflicts with third party integration. In my case, calendly. Their oauth 2 process returns a code param appended to my redirect uri but the convex nextjs middleware delete it and therefore I can't complete flow.
Is there a way to prefix this with convex (convexCode) instead? Or another solution to avoid conflicts?
Was this page helpful?