When I use a callback to Appwirte in SwiftUI and try to sign in on the IOS simulator, I seem to get an error.
👍 Expected behavior
It should sign in to the user with the account.createSession(email: email, password: password) function.
👎 Actual Behavior
I seem to get the reoccurring error of "Appwrite/HTTPClientRequest+Cookies.swift:14: Fatal error: Unexpectedly found nil while unwrapping an Optional value." Does anyone know how to fix it?
🎲 Appwrite version
Version 0.10.x
💻 Operating system
MacOS
🧱 Your Environment
My environment is default running on localhost.
👀 Have you spent some time to check if this issue has been raised before?
👟 Reproduction steps
When I use a callback to Appwirte in SwiftUI and try to sign in on the IOS simulator, I seem to get an error.
👍 Expected behavior
It should sign in to the user with the account.createSession(email: email, password: password) function.
👎 Actual Behavior
I seem to get the reoccurring error of "Appwrite/HTTPClientRequest+Cookies.swift:14: Fatal error: Unexpectedly found nil while unwrapping an Optional value." Does anyone know how to fix it?
🎲 Appwrite version
Version 0.10.x
💻 Operating system
MacOS
🧱 Your Environment
My environment is default running on localhost.
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?