
When I set the dev key while initializing Appwrite client on my flutter app, no db or auth operation is working on Flutter web build, whereas on Android everything seems fine. I also tried appwriteClient.ping()
call, it's also failing on web with the following message. So I believe no proper connection can be established with dev key on Flutter web client.
ClientException: Failed to fetch, uri=https://<CUSTOM_DOMAIN>.com/v1/ping?# (0)
Recommended threads
- User (role: guests) missing scope (accou...
is this an expected behavior?
- Why do we need this unnecessary verifica...
I just want to create my own project and write PROJECT_ID in it, but why should I do this meaningless verification, wasting of time? And also, the tutorial said...
- Function execution error. Error Number: ...
Internal curl errors has occurred within the executor! Error Number: 52. Error Msg: Empty reply from server\nError Code: 500 Node-18.0 cloud
