
Hey everyone. Thought I would give the new FlutterFlow Authentication Kit a whirl. No matter what I try in regards to the setup of the iOS platform in the dashboard I get the attached error. Double double checked Project ID, bundle identifier etc. Deleted the project and tried again but still no luck. Am I missing something obvious? Appreciate any support.

Did you add the platform to your project in the Appwrite Console?

Hi @Steven Yes I did indeed.

I tried both a Flutter and a Apple app just incase but still the same problem.

The only clue I did spot was the dependency version of the FlutterFlow library is 13.1.1 but the latest on pub.dev is 15.0.1. Not sure if you had something going on between both versions. Just an observation.

Perhaps your project id is not set correctly
Recommended threads
- How to pass session from browser to a mo...
I have a self-hosted Appwrite container. I also have a www page (A) which should acts as login page for different www services (B). User click login in B, is re...
- Asymetric Authentication for Appwrite si...
Is there any way to do asymmetric authentication of Appwrite users on the server side without making a network call? This can result in a huge reduction in late...
- Two steps signIn with one user:
'm using appwrite to try two phase login, step 1: await account.createAnonymousSession(); or final appwriteUser = await account.create( ...
