
I am trying to implement a server action to create a user on appwrite in nextjs 14 but it is throwing "TypeError: e._formData.get is not a function" error , however if i do a simple console.log in the server action it is working fine. Is the error on my end or are server actions not supported yet?

Can you show us your code to know what are you doing? are you using the node SDK or Web SDK?

this is the server action function. I am passing the email, password and name from the signup form when the submit button is clicked

One thing I just noticed is that for the first time after running the website, it works correctly but after that, it throws the error. Please see the video
Recommended threads
- function stuck on 'processing' forever i...
I've made an image to zip convertor function, when I execute it through console it's forever stuck on 'processing' but when I try to execute it through postman ...
- A full logout for users logged in via Go...
I have a web app in reactjs that uses the Google login that is integrated into Appwrite for user login. I use `createOAuth2Token()` to login to their account. ...
- Relationship problem
When I UPDATE a document that has a relationship and I pass id and all the data of the relationship it works but if i CREATE a document then it says 401 user un...
