
Specs:
- Appwrite Cloud
- Flutter 3.13.8
- appwrite: ^11.0.0
I try to create an email session and get following error:
AppwriteException: general_unknown_origin, Invalid Origin. Register your new client (<my package name>) as a new iOS platform on your project console dashboard (403)
I added the platform via the console with matching package name and checked it twice by copying the name from the error and inserted it into cloud. Creating a new project and trying out led to the same error; also using an existing project where it worked with another flutter project. Did I forgot something?

Maybe an incorrect project id?
Maybe you can turn on the network inspector and check the request headers

[solved] Flutter iOS Invalid Origin

what was the problem?

I added the project id as variable, but didn't finally inject it to the client 😬
Recommended threads
- Unable to create push providers - FCM or...
Currently unable to create a push provider for FCM or APNS.... https://github.com/appwrite/console/issues/2045 When uploading a file... FCM = Valid file retu...
- Stuck in "deleting"
my parent element have relationship that doesnt exist and its stuck in "deleting", i cant delete it gives me error: Collection with the requested ID could not b...
- Help with 409 Error on Relationship Setu...
I ran into a 409 document_already_exists issue. with AppWrite so I tried to debug. Here's what I've set up: Collection A has 3 attributes and a two-way 1-to-m...
