Any ideas why this error might be showing up when trying it sign in via apple in SwifUI?
_Concurrency/CheckedContinuation.swift:196: Fatal error: SWIFT TASK CONTINUATION MISUSE: createOAuth2Session(provider:success:failure:scopes:) tried to resume its continuation more than once, throwing User cancelled login.!
TL;DR
Developers encountering error message 'SWIFT TASK CONTINUATION MISUSE' in SwiftUI when using Apple OAuth. The issue seems to be related to resuming the continuation more than once. This could be caused by cancelling the login process prematurely. Double-check the logic for handling OAuth login, ensuring the continuation is only resumed once.Recommended threads
- Error connecting Github
I have followed the documentation online for setting up VCS and cannot get my Github to properly connect in Functions. When I press the "Connect to Github" I am...
- Invalid origin error in authentication
I have setup the package name same as the package name in app.json but it is constantly saying `AppwriteException: Invalid Origin. Register your new client as ...
- delete cancelled site deployment
I would like to remove a cancelled site deployment, but the site menu shows only "Redeploy".