getting this exception while appstart - Exception has occurred. ArgumentError (Invalid argument(s): No host specified in URI file:///)
TL;DR
User is experiencing an "ArgumentError" while trying to initialize Appwrite. The error message states that there is an invalid host specified in the URI file:///s. User is seeking more context and detail for further assistance. Solution: Check the URI to ensure a valid host is specified.How you initialized Appwrite?
Would you please provide more context and detail? This is very little to go on
Recommended threads
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...
- Flutter OAuth2 does not attach Google se...
Hi Appwrite team, I’m using Appwrite Auth in a Flutter mobile app and trying to upgrade an anonymous user to Google OAuth. Docs say that if there is already a...