I have a Next.js site deployed on Pages and have a
functions/_middleware.ts
functions/_middleware.ts
file with the static forms plugin configured but, none of my forms on any page seem to be getting intercepted by it. When I submit a form, it does a regular GET request and just pushes all the form data into the URL.