
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
- Struggling with Sessions
Understanding check: createAnonymousSession() registers the session with the backend setSession() creates a cookie on the user’s computer(?) getSession(‘curr...
- MCP and VSCode Docs
I like your tools, but would like to set up Copilot in VSCode, but these docs don't offer that guide. Did I miss something? https://appwrite.io/docs/tooling/mcp
- How to set wildcard at custom doamin
For OAuth2 redirect, I have set the appwrite api endpoint as appwrite.example.com, and added the CANME in cloudfare where I bought the domain name. And I hosted...
