solid-chess icon indicating copy to clipboard operation
solid-chess copied to clipboard

PATCH http result 201 should be accepted as valid

Open ylebre opened this issue 3 years ago • 1 comments

I was trying to see if I could start a chess game using php-solid-server as a storage pod. Logging in works, but starting a new game fails because the function 'writePermission' in core.js expects a 200 OK result, whereas php-solid-server returns a '201 Created'

I would have expected any 2xx result to be accepted as 'ok' in this function.

ylebre avatar Dec 24 '20 06:12 ylebre