From 8b7b042e2056900e802486c085b8bd778d914244 Mon Sep 17 00:00:00 2001 From: Mr Simon C Date: Mon, 9 Sep 2024 20:49:23 +0100 Subject: [PATCH] =?UTF-8?q?update=20docs=20showing=20no=20need=20for=20man?= =?UTF-8?q?ual=20port=20forwarding=20of=20Server=20in=20G=E2=80=A6=20(#224?= =?UTF-8?q?7)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit update docs showing no need for manual port forwarding of Server in GHCodespaces --- .devcontainer/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.devcontainer/README.md b/.devcontainer/README.md index c81b72f6e2..e2de79f248 100644 --- a/.devcontainer/README.md +++ b/.devcontainer/README.md @@ -41,11 +41,12 @@ Checklist: :warning: **Important for all developers** :warning: -- [ ] Whe you are using the `NODE_ENV=development` the server will not store the configurations you set for security reasons. Please set the proper config on file `.env.development`. The side-effect if you don't, everytime you restart the server, you will be sent to the "Onboarding" page again. +- [ ] When you are using the `NODE_ENV=development` the server will not store the configurations you set for security reasons. Please set the proper config on file `.env.development`. The side-effect if you don't, everytime you restart the server, you will be sent to the "Onboarding" page again. -:warning: **Important for Github Codespaces** :warning: +**Note when using Github Codespaces** + +- [ ] When running the "Server" for the first time, it will automatically configure its port to be publicly accessible by default, as this is required for the front end to reach the server backend. To know more, read the content of the `.env` file on the frontend folder about this, and if any issues occur, make sure to manually set the port "Visibility" of the "Server" is set to "Public" if needed. Again, this is only needed for developing on Github Codespaces. -- [ ] When running the "Server" for the first time, its port will be automatically forward, but privately. Read the content of the `.env` file on the frontend folder about this, and make sure the port "Visibility" is set to "Public", so the frontend can reach the backend. Again, this is only needed for developing on Github Codespaces. We appreciate to know if you have a better solution. **For the Collector:**