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
I've set uploadDataDuringCreation to true in my application. However, even with removeFingerprintOnSuccess set to true as well, the local storage is not being cleared after an upload. I didn't dive deep into the code, but it seems somehow related to _urlStorageKey being null, hence _removeFromUrlStorage() doesn't do anything.
The text was updated successfully, but these errors were encountered:
I've set
uploadDataDuringCreation
totrue
in my application. However, even withremoveFingerprintOnSuccess
set totrue
as well, the local storage is not being cleared after an upload. I didn't dive deep into the code, but it seems somehow related to_urlStorageKey
being null, hence_removeFromUrlStorage()
doesn't do anything.The text was updated successfully, but these errors were encountered: