docs: add clarification for port "connection refused" error. closes #5196 (#5859)

This commit is contained in:
eric robinson 2021-10-07 05:58:15 -05:00 committed by GitHub
parent 68a85ac270
commit 9b48c952a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ local_backend: true
- If the default port (8081) is in use, the proxy server won't start and you will see an error message. In this case, follow [these steps](#configure-the-netlify-cms-proxy-server-port-number) before proceeding.
4. Start your local development server (e.g. run `gatsby develop`).
5. Open <http://localhost:8000/admin> to verify that your can administer your content locally.
5. Open `http://localhost:<port>/admin` to verify that your can administer your content locally. Replace `<port>` with the port of your local development server. For example Gatsby's default port is `8000`
**Note:** `netlify-cms-proxy-server` runs an unauthenticated express server. As any client can send requests to the server, it should only be used for local development.