personality
personality copied to clipboard
Status code "201 Created" fails silently
My backend responds with 201 when saving a new file. This fails silently. I have to change status code to 200 in the backend for it to work.
Same backend works fine with the "images" plugin.