Hello! I can't add user to group via dart sdk. Writes that the url must be either "localhost" or "jettaxi.kz". Although my server is running through "jettaxi.kz" what should I do?
Hi , adding @dlohani to this convo for more feedback
you can use http://localhost
no email will be sent when using an API key
The group was created normally but with an error? I use id and name, the console says type "List<dynamic>" is not a subtype of type "Map<String, dynamic>". Or do I need to add roles? It is necessary?
I added teamId and name
After that, the function that creates a collection of group chats should be executed. but this function is not executed
https://discord.com/channels/564160730845151244/1095981206304210955 waiting for the update
function is setup to trigger on Team create event? Are there any error on Docker console?
Recommended threads
- The current user is not authorized to pe...
I want to create a document associated with user after log in with OAuth. The user were logged in, but Appwrite said user is unauthorized. User is logged in wi...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- Current User is Not authorized
recreating same Thread