NextJS 14 get this error when accessing server action. it works okay with the client appwrite , but when I try to move to node-appwrite. this happeneds
TL;DR
Developers encountering "Unhandled Runtime Error: e._formData.get is not a function" when migrating from client appwrite to node-appwrite in NextJS 14. The error occurs when accessing server action after initial successful response. Solution: this error might be due to mismatched versions or incorrect usage of formData. Review code for discrepancies and ensure correct formData usage in node-appwrite.