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
- Cant configure email templates
i configure it on the console, and when i send the OTP, it sends with appwrite's email (instead of custom smtp) and with the branding, but i have the Pro (educa...
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Need Help with Google OAuth2 in Expo usi...
I'm learning React Native with Expo and trying to set up Google OAuth2 with Appwrite. I couldn't find any good docs or tutorials for this and my own attempt did...