AppwriteException: general_unknown_origin, Invalid Origin
- 0
- Flutter
- General
- Auth
- Self Hosted
- Functions

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 ..
Recommended threads
- How to pass session from browser to a mo...
I have a self-hosted Appwrite container. I also have a www page (A) which should acts as login page for different www services (B). User click login in B, is re...
- Problems following https://appwrite.io/b...
To me it is unclear what the author means when he writes "Please note that the Appwrite instance should be shut down". I am using docker. What exactly am I supp...
- Two steps signIn with one user:
'm using appwrite to try two phase login, step 1: await account.createAnonymousSession(); or final appwriteUser = await account.create( ...
