
I deployed a website with a waiting list, it sends the user email and name to the appwrite DB. It works well locally but when i deployed the website, anyone that signs up gets an error; 'Document with the requested ID already exists. Try again with a different ID or use ID.unique() to generate a unique ID.' This is as simple as it gets. Just a form with 3 fields sending data straight to a DB (unqiue index on email). I think this is an issue with appwrite, why would this work locally and not in production??
Recommended threads
- Invalid Document structure
I have a database with a collection with the next atributes: - Racha [Integer] - Monedas [Integer] When I try to change the value of this fields in appwrite I'...
- Session deletion for 'current' fails on ...
I want to delete the user's current session via the client side. This is my full function: ```js export const deleteUserSession = async () => { try { ...
- Issue with create collection button.
i can't find the create collection button. instead of that create tables is appearing.
