stacks.js icon indicating copy to clipboard operation
stacks.js copied to clipboard

Files uploaded to Gaia with the CLI does not have the right content type

Open pradel opened this issue 1 year ago • 1 comments

Describe the bug

It looks like when uploading a file to Gaia using the CLI the content type is lost causing the web app SDK to be unable to pull files.

File created using the SDK directly in the web app, content type is correct

Screenshot 2022-12-01 at 14 47 09

File uploaded via the CLI, content type is octet-stream

Screenshot 2022-12-01 at 14 49 28

To reproduce, simply upload a file to gaia using the CLI and see that the content type is not preserved.

pradel avatar Dec 01 '22 13:12 pradel