I have found another article on this previously stating it was resolved on the SDK version 2.0.7 But I still seem to be getting the same error.
I am using the “eu” region so not sure if it has not been updated on this version.
When using the SDK “@cometchat-pro/chat”: “^2.1.7”,
And Using the API: “https://api-eu.cometchat.io/v2.0/users” My Preferred method (I have also trialed v3.0)
When I create a user it changes my uid to all lowercase, this is quite crucial for our app structure.
Is there any form of fix for this? or do I have to create an awkward workaround and store the uid in the metadata so that it will not get transformed into lowercase.