Skip to content

Commit

Permalink
Docs: github-mode: Improve wording for redirect_uri
Browse files Browse the repository at this point in the history
  • Loading branch information
tordans authored Nov 20, 2024
1 parent 0e4d5d4 commit e1df78e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/content/pages/github-mode.mdoc
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,12 @@ Keystatic will only list branches starting with `my-prefix/` in the Admin UI, an

## Add `redirect_uri`

When you authorize on a server and get the folloging Error from Github, you need to mofify the Github application.
When you authorize on a server and get the following Error from Github, you need to mofify the Github application settings.
> Be careful!
> The `redirect_uri´ is not associated with this application.
> The application might be misconfigured or could be trying to redirect you to a website you weren't expecting.

To add another redirect URL:
To add a redirect URL:

1. Go to the [list of app "Installed Github Apps"](https://docs.github.com/en/apps/using-github-apps/reviewing-and-modifying-installed-github-apps#navigating-to-the-github-app-you-want-to-review-or-modify)
- For Users: [Deeplink](https://github.com/settings/installations)
Expand All @@ -127,9 +127,9 @@ To add another redirect URL:
- For Users: `https://github.com/settings/apps/<PUBLIC_KEYSTATIC_GITHUB_APP_SLUG>`
- For Organisations: `https://github.com/organizations/<OrgaName>/settings/apps/<PUBLIC_KEYSTATIC_GITHUB_APP_SLUG>`

3. Use "Add Callback URL" to add the additional URL and save
3. Use "Add Callback URL" > Add the additional URL > Save

Now retry the authentication.
Now try reloading the authentication page.

---

Expand Down

0 comments on commit e1df78e

Please sign in to comment.