Error testing file upload
I'm testing image upload with convex-test. For simplicity i just create a 100 Byte Blob like this:
However this throws the following error inside
store function:When I use the blob from a real image it works as expected:
Any idea what I'm doing wrong when creating the Blob data?
