I am encountering 500 Internal Server Errors whenever I attempt to access the following link: https://cloud.appwrite.io/console/organization-654f7e2d96eeeb3fde32. This issue persists every time I try to open the AppWrite website.
Could it be that you deleted that organisation?
Instead you can select a valid organisation through this link: https://cloud.appwrite.io/console/account/organizations
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...