umbraco / Umbraco.Deploy.Issues

1 stars 0 forks source link

Content compare feature gets stuck in animation mode after error on backend #213

Closed tormnator closed 5 months ago

tormnator commented 5 months ago

When attempting to do a content compare between a local and a remote content page, and an error happens on the backend, the page/dialog keeps showing the three animated bullets indefinitely. The expected behaviour would be to stop the animation and instead let the user know that something went wrong. Sometimes it takes time to compare large content pages and some delay is expected, but because of this error I end up waiting longer than necessary (with the hope that the compare report will show up eventually).

See #212 for an example of when this happens.

ronaldbarendse commented 5 months ago

Thanks for bringing this up, although this is probably something that happens in multiple places when unexpected errors are returned 😒

We're rewriting the UI for the new backoffice in v14, which will include more robust error handling by default. I'll make sure to include your feedback for this next version 👍🏻