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
- Realtime: Listener not triggered on upda...
I self host appwrite 1.8.1. The genereal functionallity works fine. But my realtime subscription isn't updating. I see "Received heartbeat response from realtim...
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...