After published, can't edit and logout

The Http Request Method PATCH is not often enabled. I managed to get it working using the Apache Module mod_allowmethods. This is an experimental module from apache 2.3 onwards, meant to replace usage of Limit. Once enabled, you can add something like the following in your conf file(s):

<Location "/">
  AllowMethods GET POST OPTIONS PATCH
</Location>