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
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please
- Cloud function deploy stucks in processi...
Been trying for the last hours to deploy my function but for whatever reason, alwasy stuck on processing!