Sometimes when saving metadata the saving spinner will never stop, giving the user the impression something is still happening. In reality, the back-end already responded with a timeout (or something else) but the client did not handle that response properly.

In this example the server timed-out after 1 minute, but the client kept displaying the saving spinner.