In integrations, when I click on 2 left, it's return error 500.
But if I click on Vercel, it's working fine
Is this cloud or self-hosted?
Self hosted
Why I'm getting cors when getting document?
Uh, not sure
Did you have made any upgrade recently?
My last upgrade to 1.3.8
From what version?
Did you have run migration?
From 1.3.7, yes I did migration
Sorry error 500 case is closed, but why I'm still getting CORS when get document?
could you please run in the server this command?
docker compose logs appwrite-mariadb
Send here the logs/what you get after running such command
@bluesky
Okay wait
no such service: appwrite-mariadb
Uh, seems like there's not any error. Did you have tried deleting the browser cache?
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...