Hey all, I am new here.
I am getting an internal server error when creating a new document using the React client SDK. Below is the code that is throwing this error.
The wierd part is that this document is created successfully on the database and I can browse it from the console.
const response = await database.createDocument(
process.env.REACT_APP_APPWRITE_DATABASE_ID,
process.env.REACT_APP_APPWRITE_COMPANIES_COLLECTION_ID,
ID.unique(),
action.payload
);
Env:
Web client sdk
Self-hosted Appium 1.4.9
Recommended threads
- how to access the value of account statu...
- I can't UNPAUSE my project with the free...
I received an email notifying me that my project had been paused due to inactivity, and the email included a link to "Restore project." However, that button red...
- How to bypass the rate limit on the back...
Once a month my app has a ton of usage and I always run into the Too many requests 429 error. I am trying to optimize the queues and jobs to manage that, but a...