<@ULVA73B9P> I can see the prefect deployments fro...
# ask-marvin
a
@Marvin I can see the prefect deployments from the CLI but I can’t see it on the GUI dashboard
m
If you're unable to see deployments in the Prefect GUI despite them being visible in the CLI, it could be due to access control settings or a misconfiguration. Here are a few things to consider: 1. Access Control Lists (ACLs): Prefect Cloud's Enterprise plan offers object-level access control lists. If ACLs are set, they might restrict access to certain deployments for specific users. Ensure that your user account has the necessary permissions to view the deployments. More details on ACLs can be found here. 2. API Configuration: Ensure that your
PREFECT_API_URL
and other related configurations are correctly set for your environment to access Prefect Cloud. Incorrect configurations might cause visibility issues. 3. Deployment Configuration: Verify that your deployments are correctly configured and deployed. If there are issues with the deployment configuration, they might not appear in the GUI as expected. 4. Intermittent Issues: Occasionally, deployments might not appear due to intermittent issues or bugs. If this is the case, consider checking the Prefect GitHub issues page for any ongoing problems that might match your situation. If the problem persists, you may want to reach out to Prefect support or check their community forums for more assistance.