Skip to content

Commit

Permalink
Add connected app installation error documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tprouvot committed Mar 25, 2024
1 parent 5c5fa56 commit 0674f67
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ let tokens = Object.keys(localStorage).filter((localKey) =>
);
tokens.forEach((element) => localStorage.removeItem(element));
```

### Managed Application Installation Error

When installing the default connected app when `API Access Control` is enabled, if you face the error `Managed Application Installation Error` you may have an existing connected app named `Salesforce Inspector reloaded`.

0 comments on commit 0674f67

Please sign in to comment.