You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue occurs when the session is revoked for that user and next time you launch the app it will crash. Since the delegate invokes the didCompleteWithError, this time the NSError is nil: "attempt to insert nil object from objects[3]"
Stacktrace & log output
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[3]'*** First throw call stack:
(0x19881eb28 0x190692f78 0x198788898 0x1987881b4 0x10106c044 0x19987f98c 0x105c8cb98 0x105c8e7bc 0x105c9666c 0x105c9743c 0x105ca4404 0x105ca3a38 0x1f471cf20 0x1f471cfc0)
libc++abi: terminating due to uncaught exception of type NSException
Can you reproduce the bug?
Always
Reproduction Steps
Login the user with anonymously and then revoke the sessions. Re-launch the app and it will crash
Version
10.48.0
What Atlas Services are you using?
Both Atlas Device Sync and Atlas App Services
Are you using encryption?
No
Platform OS and version(s)
iOS 17
Build environment
Xcode version: ...
Dependency manager and version: ...
The text was updated successfully, but these errors were encountered:
How frequently does the bug occur?
Always
Description
The issue occurs when the session is revoked for that user and next time you launch the app it will crash. Since the delegate invokes the didCompleteWithError, this time the NSError is nil: "attempt to insert nil object from objects[3]"
Stacktrace & log output
Can you reproduce the bug?
Always
Reproduction Steps
Login the user with anonymously and then revoke the sessions. Re-launch the app and it will crash
Version
10.48.0
What Atlas Services are you using?
Both Atlas Device Sync and Atlas App Services
Are you using encryption?
No
Platform OS and version(s)
iOS 17
Build environment
Xcode version: ...
Dependency manager and version: ...
The text was updated successfully, but these errors were encountered: