Closed nickytonline closed 3 months ago
Thanks for the issue, our team will look into it as soon as possible! If you would like to work on this issue, please wait for us to decide if it's ready. The issue will be ready to work on once we remove the "needs triage" label.
To claim an issue that does not have the "needs triage" label, please leave a comment that says ".take". If you have any questions, please comment on this issue.
For full info on how to contribute, please check out our contributors guide.
@jpmcb here's the signup link: https://news.opensauced.pizza/#/portal/signup
Re-opening since we'll want to tackle the bigger lift of getting the form for newsletter signups to work and re-factor out my quickfix:
Once that is complete, we'll want to tackle #3799
:tada: This issue has been resolved in version 2.55.0-beta.2 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
:tada: This issue has been resolved in version 2.55.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
While investigating a build error
@netlify/plugin-nextjs@5 requires migration steps to support Netlify Forms. Refer to https://ntl.fyi/next-runtime-forms-migration for migration example.
I discovered that our newsletter signup no longer collects emails.The last one collected appears to have been in March, but a couple tests I did does not collect the emails.
We're using the pages router, but it appears we may need to do the same fix as suggested in the Netlify docs to be able to use Netlify Forms with Next.js. Not sure when this broke.
The fix is detailed at https://docs.netlify.com/frameworks/next-js/overview/#breaking-changes.