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
When you convert data to base64, you get a string with this format data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAABQAAA... however, inouting this directly throws and error. Everything works fine if we omit data:image/jpeg;base64,.
Can we make the client parse the string and remove that substring?
The text was updated successfully, but these errors were encountered:
When you convert data to base64, you get a string with this format
data:image/jpeg;base64,iVBORw0KGgoAAAANSUhEUgAABQAAA...
however, inouting this directly throws and error. Everything works fine if we omitdata:image/jpeg;base64,
.Can we make the client parse the string and remove that substring?
The text was updated successfully, but these errors were encountered: