I recently pushed an app to the App Store and I am trying to use TestFlight to test. However, I can't get past the login/register screen and I think it's due to a CORS issue I ran into while developing. I did add an iOS platform but that didn't work either. I've never used TestFlight before and I'm suprised I am not seeing any logs created from it to tell me what it is. So figured I would try here first. Is there something special I need to do in my Appwrite config to get this to work?
What makes you say it's a CORS error? What operation are you doing and what's the error?
Just from seeing the same behavior during development. It ended up being I needed to put a different domain in when I was testing. I had logs that showed it was a CORS error and I seen what domain it was coming from. However, I decided to take a step back and create a better logging system in my app and have a super secret screen that displays the output.
Recommended threads
- [1.9.5] Google OAuth do not work anymore
After migrating to 1.8.1 to 1.9.0 then 1.9.5 and login through Google I get on Flutter app "Missing redirect URL" "Your OAuth login flow is missing a proper re...
- Auth not working
guys my appwrite auth isnt working? oauth works (Sign in with google n discord) i have 2 websites deployed where do i get help when i do sign in with email and ...
- Apple OAuth2 settings auto-disable every...
Hello, I'm on Appwrite 1.8.1 at the moment. I'm using on prod Apple Oauth and it keeps disabling itself every night. I don't know where to look for the solutio...