Skip to content

Commit

Permalink
Added troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
fokolo committed Dec 24, 2024
1 parent 31943c5 commit 93eb9e3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/site/docs/examples/dev-daily.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,3 +237,21 @@ import AssignmentTurnedInIcon from "@material-ui/icons/AssignmentTurnedIn";
// ...
<SidebarItem icon={AssignmentTurnedInIcon} to="dev-daily" text="Plan My Day" />;
```

## See the plugin in action

![Dev Daily Plugin Dashboard](/img/dev-daily/plan-my-day.png)

:::note
You might need to wait 5-10 minutes for the integration setup to complete before you see the data in the plugin.
:::

## Troubleshooting

If you don't see the data in the plugin, you can check the following:

- Check if the integration setup is complete.
- Login to Port dashboard, and check [data sources page](https://app.getport.io/settings/data-sources).
- You will see a green checkmark next to the integration name.
- It could be that the plugin does not recognize the user you are logged in with.
- Check on the top right corner of the page, under the **Viewer email** if the user is logged in with the correct account.

0 comments on commit 93eb9e3

Please sign in to comment.