You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: