keykey ♡Original post
Flutter Developer
Hii all :KannaWave: I'm trying to build an simple signup page with dart/flutter and appwrite.. So I'm using Android Studio. Added my flutter app and the emulator as android app in the platforms in Appwrite .. updated my build.gradle and pubspec.yaml .. and I still get this error:
I/flutter ( 8232): Error signing up: AppwriteException: general_unknown_origin, Invalid Origin. Register your new client (com.example.blog_project_v2) as a new Android platform on your project console dashboard (403)
Idk what to do ..
Summary
Issue: Developer encountering the "AppwriteException: general_unknown_origin, Invalid Origin" error while trying to build a signup page using Dart/Flutter and Appwrite in Android Studio.
Solution: Register the new client (com.example.blog_project_v2) as a new Android platform on the project console dashboard in Appwrite to resolve the 403 error.