From 4312db64057de9593eb45e186cd89f5c3fcb4284 Mon Sep 17 00:00:00 2001 From: Sumit Kumar Date: Thu, 29 Oct 2020 19:03:02 +0530 Subject: [PATCH] Update ClientSetup.md --- contributions/ClientSetup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributions/ClientSetup.md b/contributions/ClientSetup.md index 999d47d95c..1e34df32cf 100644 --- a/contributions/ClientSetup.md +++ b/contributions/ClientSetup.md @@ -67,7 +67,7 @@ echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo s This URL must be opened with https and not have the port 3000 in it -By default your client app points to the local api server - `http://host.docker.internal:8080` for MacOS or `http://localhost:8080` for Linux. Your page will load with errors if you don't have the api server running on your local system. To setup the api server on your local system please follow the instructions here: `https://github.com/appsmithorg/appsmith/blob/release/contributions/ServerSetup.md` +By default your client app points to the local api server - `http://host.docker.internal:8080` for MacOS or `http://localhost:8080` for Linux. Your page will load with errors if you don't have the api server running on your local system. To setup the api server on your local system please follow the instructions here: https://github.com/appsmithorg/appsmith/blob/release/contributions/ServerSetup.md #### If yarn start throws mismatch node version error This error occurs because the node version is not compatible with the app environment. In this case Node version manager can be used which allows multiple