Issue
I'm unable to see the Heroku Connect connections and mappings.
Resolution
When a new user is added to the application, they might not have access to the attached Connect instance with the application level access. There are a few pre-requisites that you need to check as mentioned below:
- Check whether the user has the necessary permissions to view add-ons which are attached to the application.
- If they have the necessary permissions ask the user to follow the below recommendations:
- The user should log in to their account through Heroku CLI and install the Heroku Connect plugin.
- The user needs to run the command
heroku connect:info -a <app-name>
to obtain access to the existing Heroku Connect addon.