On requesting service from appwrite,i am facing internal server error
Is this a newly created project that never was used?
Do you get the same error in the console?
When accessing database or Auth tab
yeah but ow it is sort out
it has gone
working properly
Everything in console works fine?
@Talha this seems to be solved now. Could you please confirm?
It was an issue with a database that caused degraded performance and errors in some specific projects
[CLOSED] Internal Server error
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...