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
Potentially something going wrong because the image is being sent as a base64 string and not being converted properly in the following line: byte[] imageBytes = Base64.getDecoder().decode(imageAsBase64);
Potentially something going wrong because the image is being sent as a base64 string and not being converted properly in the following line:
byte[] imageBytes = Base64.getDecoder().decode(imageAsBase64);