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
- Hi Appwrite Support Team,My project has ...
Details: Project ID: 69a69f6f00113ed0e8e4 Region: SFO (sfo.cloud.appwrite.io) Error Response: Affected: ALL endpoints — Functions, Databases, Storage, Health, ...
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...