From 99c62d1e9cb2bb98a1a441536ab6194a894cf0ce Mon Sep 17 00:00:00 2001 From: sammy Date: Thu, 11 May 2023 16:22:59 +0100 Subject: [PATCH] docs: Add error handling instructions for 'No token available' error This commit adds instructions to the Backstage documentation on how to handle the `No token available for host: github.com, with owner , and repo from-backstage' error`. The instructions guide the user to restart Backstage using `Control-C` and `yarn dev` commands in the terminal, followed by clicking on the **START OVER** button. Signed-off-by: sammy. Signed-off-by: Samuel --- docs/getting-started/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/getting-started/configuration.md b/docs/getting-started/configuration.md index 2196a1a36d..ddf50c64e6 100644 --- a/docs/getting-started/configuration.md +++ b/docs/getting-started/configuration.md @@ -242,6 +242,7 @@ integrations: - host: github.com token: ${GITHUB_TOKEN} # this will use the environment variable GITHUB_TOKEN ``` +> If you encounter the error `No token available for host: github.com, with owner , and repo from-backstage`, try resolving it by restarting Backstage. First, stop the running instance by pressing `Control-C` in the terminal. Then, restart it by running the command `yarn dev`. Once Backstage is up and running, click the **START OVER** button." Some helpful links, for if you want to learn more about: