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
- Push Notification FCM Error
Hello dear people. I tried to integrate Push Notifications into my Flutter App. Everything works fine on Android/iOS Simulator + Testflight but as soon as I s...
- Skip total counts crash the query
Hello, When adding the total parameter (either true, the default, or false) to the listRows function, it raises the following error: `type 'bool' is not a sub...
- Attach Dart debugger for locally deploye...
Hello there, I was wondering if it is possible to attach debugger to dart function, that I run locally. It would make development much easier :-). Thank you.