
I created a new NextJS app, using Appwrite by itself works, using the new server components (server form action) works by itself also, but when combing both on the same page (but unrelated, Appwrite login/logout in the navbar) the form breaks
Error: e._formData.get is not a function
Is there an example of using Appwrite auth and the latest NextJS with a form and server side action?
App code https://github.com/EddieHubCommunity/RepoRater/tree/prototype

it doesn't work at the moment unfortunately.. "use client" for now..
Recommended threads
- Cache appwriter
When using Appwrite in React to display data from a database (e.g., some products) on the main page, is it possible to serve cache on the backend side at the Ap...
- Limit File Upload count?
Is there a way to limit the number of files a user can upload? I know there's a limit of file size but in my case I'd like to limit the user to only upload x am...
- Asynchronous Function Execution via Func...
Hi everyone, Is there a way to call a function via its function domain URL with async execution set to true?
