I would be very grateful if you help me with this error.
Are you trying to create a document? That path isnt quite right. See https://appwrite.io/docs/server/databases?sdk=rest-default#databasesCreateDocument
help me , What should be the URL I should use?
This is the right path, but you probably don't have permissions since you're not authenticated (the API Key header is unchecked)
Recommended threads
- `type 'Null' is not a subtype of type 'b...
When creating a new file using Appwrite Flutter SDK, the file is successfully created on the server, but the client throws the following exception: ``` type ...
- login With OAuth Failed
login With OAuth Failed: when i cliick to login with any of the following (facebook, gmail or apple) am being redirected out of the app to enter my detail, afte...
- Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...