StrahinjaOriginal post
Rank 1: Thread
"code": 1008, "message": "Invalid Origin. Register your new client (com.balkanflix.ios) as a new iOS platform on your project console dashboard"
I have already registered new React Native IOS app with that origin but it still throws this error
client
.setEndpoint(appwriteConfig.endpoint)
.setProject(appwriteConfig.projectId)
.setPlatform(appwriteConfig.platform)
This should basically be the same as on my Web App but just added setPlatform right?
Summary
Developers are having trouble registering a new iOS platform due to an invalid origin error. They have already registered the app but are still facing issues. The solution involves properly configuring the **setPlatform** parameter in the code to match the iOS platform.