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
If you happen to have a desktop sync client open during the updater's operation it can easily go mad if the server doesn't advertise at any point that is going trough some special condition (such as replacing its own code).
gets replied back and forth with a 302 redirection to https://<server>/index.php and eventually goes 401:
Expected Behavior:
Receiving a 503 and properly setting the maintenance value on status.php will help the client handle this situation on a more graceful manner (see owncloud/client#5755) - This will require, keeping status.php available during upgrade.
If you happen to have a desktop sync client open during the updater's operation it can easily go mad if the server doesn't advertise at any point that is going trough some special condition (such as replacing its own code).
Current Behavior:
At some point,
gets replied back and forth with a
302
redirection tohttps://<server>/index.php
and eventually goes401
:Expected Behavior:
Receiving a
503
and properly setting themaintenance
value onstatus.php
will help the client handle this situation on a more graceful manner (see owncloud/client#5755) - This will require, keepingstatus.php
available during upgrade.cc/ @DeepDiver1975 opinions?
The text was updated successfully, but these errors were encountered: