Andy Davison
Andy Davison
It does look like only the jpg is created (expanding that file does show the original) Also just to clarify, this is sending a PUT to test.**jpg** with a png...
I'm uploading using a new React component I'm working on, to display an image and give the option to upload a replacement to the same path. I'm not familiar with...
Hmm. Replacing e.g. a jpg with a jpg works fine, but sending png content to an existing jpg path is giving a 201 with no update to the file for...
yep, sending `content-type: image/png` with the correct type for the content
@michielbdejong Here's an example of a PUT which I don't _think_ should be working (there's nothing else in the pod, so you're welcome to the token 😅 ). The request...
Ah sorry, [Storybook](https://storybook.js.org/) is a tool for developing React (and other) components in isolation — I'm running it locally. Making a similar request without the cookie gives the following response:...
The full PUT calls seem to be failing now (ERR_EMPTY_RESPONSE), and I can see on the file explorer on inrupt.net that a `test.jpg.lock` file has been created…