podman-desktop
podman-desktop copied to clipboard
'Push Image' command from Images page has no exception handling
Bug description
When 'Push Image' command invoked from image drop down menu fails it does not report error to user. It just keeps going forever.
https://github.com/containers/podman-desktop/assets/620330/0b400f84-6399-40a1-8c8f-eeedc23449e5
The code has no exception handling for window.pushImage call
https://github.com/containers/podman-desktop/blob/7401b2e3472fc594c783eae805a64ccaf5fd3e80/packages/renderer/src/lib/image/PushImageModal.svelte#L80
Operating system
macOS M1 Sonoma 14.3
Installation Method
Other
Version
next (development version)
Steps to reproduce
No response
Relevant log output
No response
Additional context
No response
This is probably a dupe of #4528.
I encountered this issue today, though in my case the dialog closes instead of staying open forever.