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
- self-hosted auth: /v1/account 404 on saf...
Project created in React/Next.js, Appwrite version 1.6.0. Authentication works in all browsers except Safari (ios), where an attempt to connect to {endpoint}/v1...
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...