Next.js Discord

Discord Forum

Next.js pages on Netlify, email forms getting 405

Unanswered
Asiatic Lion posted this in #help-forum
Open in Discord
Asiatic LionOP
Does anyone have next.js pages on Netlify?

Someone said their contact form isn't working. When I took a look the forms on all the next.js pages are getting a 405 | Method not allowed. They all worked before, I tested everything. I'm not sure how long this has been going on.
Email forms are working with Vite & Astro.

<form className="mt-4" name="contact" method="POST" data-netlify="true">
                    <input type="hidden" name="form-name" value="contact" />

0 Replies