Browse Source

bugfix_v0.2_site2site

afeiszli 4 years ago
parent
commit
1354b1ef69
1 changed files with 10 additions and 2 deletions
  1. 10 2
      docs/TROUBLESHOOTING.md

+ 10 - 2
docs/TROUBLESHOOTING.md

@@ -1,6 +1,10 @@
 # Netmaker Troubleshooting Help
 # Netmaker Troubleshooting Help
 
 
 ## Client (netclient)
 ## Client (netclient)
+	### Problem: netclient-install script not working
+	### Problem: Hanging artifacts from previous install
+	### Problem: Need to change access token settings
+
 
 
 ### Client fails to install
 ### Client fails to install
 
 
@@ -10,12 +14,16 @@
 
 
 
 
 ## Server
 ## Server
+	### Server not added to default network
+	### Global config not found
+
 
 
-## UI
 
 
 ## MongoDB
 ## MongoDB
 
 
 
 
 
 
-## Incorrect backend detected. Please specify correct URL and refresh. Given: http://localhost:8081
+## UI
+
+### Incorrect backend detected. Please specify correct URL and refresh. Given: http://localhost:8081
 Solution: Front end expects a reachable address for the backend. Localhost is default. Check if server is up. If server is up, make sure you've got the right endpoint (endpoint of server. Will not be 'localhost' unless doing local testing). If server is up and endpoint is correct, check for port blockings.
 Solution: Front end expects a reachable address for the backend. Localhost is default. Check if server is up. If server is up, make sure you've got the right endpoint (endpoint of server. Will not be 'localhost' unless doing local testing). If server is up and endpoint is correct, check for port blockings.