I wanted to delete an attribute from a collection in my database, it's showing "loading" since yesterday, besides that, whatever action I try to do, it's erroring "Server Error"
Doing a server restart, maybe it's fixing
After the restart, I still ahve this
Restarted database, upgraded and deleted all occurencies and now it seems to be working.
@Axentioi Is this cloud or self-hosted?
self-hosted
I also found a strange thing, sometimes it shows old data in the FE
What logs do you have in the MariaDB container and general container?
I'll add the doctor first and then check
I get "Document with the requested ID could not be found."
which is weird, since I do have the requested ID
but in some cases it's now there?
Uh you don't have anything in the container logs?
(Docker)
The logs are just showing the same error that database could not be found
but I figured it's just cache, would've been great to have a button to delete cache instead of going to server and doing cache to 0 and then restarting
now It works good
So @Axentioi your issue is solved now after deleting cache?
Yes
[SOLVED] Whatever I do the database shows "Server Error"
Great! π
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...