actually managed to do the update myself, the issu...
# share-your-work
r
actually managed to do the update myself, the issue that i experienced was that i had some old version of supertokens still in my monorepo.. stupid haha. so don't need the help actually but yeah, thanks for listening here!
Actually, there is one caveat in the repository still that I could use help with. I remember @nkshah2 told me the following:
Copy code
Caveat 1: Apple universal links dont work for HTTP redirects (when the API returns a status code for redirect) but only works if there is an actual navigation happening

In conclusion: Apple login does not work on the mobile web right now. You can find more information about this on the /temp route of the web. Supertokens developers are currently working on a solution that will allow information to be stored in the state sent to the provider, which can then be checked in the API layer to determine if it's mobile or web. However, until this solution is available, a workaround is being used that prevents iOS login from working on the web, so it should be removed from the UI until further notice
How are things with this?
n
Still a problem in ios sadly, at this point I’m gonna say it’s by design. Haven’t confirmed this with ios 17 though. One way to get around this is to have your apple login redirect to a web page which then navigates to the universal link
That should invoke the app
The middle web page needs to actually do a href change here for it to work