
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
- Auth Email Template
Hi, i would like to ask is it doable to make multiple email sender in one project?
- Vite build permission failed
im trying to deploy a react site using appwrite sites and it keeps failing to build ```2025-08-10T20:20:15.168371867Z [20:20:15] [open-runtimes] Environment pr...
- How to proper delete a serverless functi...
I tried `appwrite functions delete --function-id 12345`, it deletes the online one, but even after trying `appwrite pull functions`, the local one in the appwri...
