Skip to content

Set Up Issues

DavidEzraJay edited this page Aug 13, 2019 · 3 revisions

Git/Github Clone or Download Issues

Problem: Followed the steps which were mentioned in https://github.com/Greenstand/treetracker-web-map This step was throwing an error : -> . git clone [email protected]:Greenstand/treetracker-web-map.git

Solution: git clone https://github.com/Greenstand/treetracker-web-map.git

Try to click on "Clone or download" in https://github.com/Greenstand/treetracker-web-map for the link.

Pull Request Issue

Problem: I was trying to commit changes in git, where it showed me error as permission denied. "remote: Permission to Greenstand/treetracker-web-map.git denied to ......

Solution: Make a branch and submit a pull request against the main branch?

Config File Misplaced

Problem: So I got an issue where when I run the map, I got stuck on the loading icon and I thought to just wait it out and it's been 20 minutes and it's still not loaded. I am not sure how to fix this or where the problem came from

Answer: the logs-api.sh helps! Apparently, I # didn't put the config on the right folder. Thank you *

To check:

  • Did you get the config files yet?

  • Are you running via docker?

  • Are you viewing at **localhost:8080 **?

  • what happens in net within the browser developer tools, any errors or 404 ?

  • there is also a script in dev/scripts/ called logs-api.sh that will show the logs for the api server**

  • there is probably a problem running the api server

Clone this wiki locally