-
Goal: I'm trying to upload an image to a connected s3 resource and I'm getting the following errors in the console:
query6 failed (0.003s):Minified Redux error #8; visit Redux - A JS library for predictable and maintainable global state management | Redux for the full message or use the non-minified dev environment for full errors.
from query6 response(query6)
query6 failed (0.859s):Failed to fetch -
Steps: When I looked into the error, it says that error #8 is "Actions may not have an undefined "type" property. You may have misspelled an action type string constant." I have set the file type as "binary" as I'm trying to convert the imageInput default blob-type to a binary via the following code: utils.getDataByObjectURL({{ imageInput1.value[0]}})