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
Hi @AndyDesign999 !
This is Vladimir from QuickBlox.
Please provide us with the complete REST logs (from Xcode). There should be QB SDK logs from application launch to request and "wrong" response (error). You can learn how to collect logs here: Log Collection Guides - QuickBlox Help Center
This is so that we can see what parameters you are passing to the methods.
In general, this error means
that here it expects NSString instead of NSNumber, that's why it fails. So convert this to NSString and then the problem will be solved.
You are passing some parameter of a neural format: NSNumber instead of NSString.
Thank you for reaching out and for providing the specific parameter causing the issue. It seems that the problem lies in the data type of the externalId parameter. I noticed that I am currently passing externalId as 'tWNQLD2Gr0ZJRwGP6Qny1UAHxTk1' while creating the user, which might be causing the issue.
When attempting to create a user in QuickBlox, the following error occurs:
Device Information:
Device: iPhone 13 Pro Max
iOS Version: 16.1.1
Additional Information:
The text was updated successfully, but these errors were encountered: