From d689fe34e37dbd5a53d2825c3d311fd3307d346b Mon Sep 17 00:00:00 2001 From: Samuel Date: Thu, 11 May 2023 18:39:07 +0100 Subject: [PATCH] docs: Highlight error handling instructions with a note Signed-off-by: Samuel --- docs/getting-started/configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/configuration.md b/docs/getting-started/configuration.md index ddf50c64e6..87995746d8 100644 --- a/docs/getting-started/configuration.md +++ b/docs/getting-started/configuration.md @@ -242,7 +242,8 @@ 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." + +> Note: If you've updated the configuration for your integration, it's likely that the backend will need a restart to apply these changes. To do this, stop the running instance in your terminal with `Control-C`, then start it again with `yarn dev`. Once the backend has restarted, retry the operation. Some helpful links, for if you want to learn more about: