<@ULVA73B9P> why would a user not have the ability...
# ask-marvin
m
@Marvin why would a user not have the ability to re-run deployments from the ui? situation is the user has the same permissions and role but for some reason cannot run a quick run on a deployment
m
A user might face issues with re-running deployments from the UI due to several reasons. Based on GitHub issues, one such situation can occur if there is a problem with pausing and resuming flows. Specifically, if a flow is paused from the UI, it might exit entirely instead of allowing a rerun upon resumption. This issue has been noted in various Prefect versions and environments. It suggests that when the flow is paused via the UI, the process may terminate unexpectedly, preventing further actions like rerunning or resuming. Here's a relevant GitHub issue for more context: Pausing flow run exits flow entirely. If this doesn't cover your situation, please ensure that the UI is synchronized with the back-end processes and that all user roles and permissions are appropriately configured. You might also want to check for any updates or patches from Prefect that address this behavior.