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
Not received this error since #108
I suspect that this error occured due to failure of imageCompress method which was used from browser-image-compression which somehow corrupted the passed file as it's a reference passed down. Hence the file remained an instanceOf Blob but it got corrupted or something which resulted in a faliure to write in the indexDB using Localforage.
Environment: production
Application: Stride App
Error occurred while processing request:
{
"gpId": "gp_121223",
"timestamp": 1707112111158,
"error": "The file given is not an instance of Blob or File"
}
Need to R&D on this error when adding/saving a file in form
The text was updated successfully, but these errors were encountered: