update documentation
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
			
		||||
# Sphinx build info version 1
 | 
			
		||||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
 | 
			
		||||
config: 629d879a781ff71c5a25f19b606ad776
 | 
			
		||||
config: c9076a21b8f2737374fa0e72dd650997
 | 
			
		||||
tags: 645f666f9bcd5a90fca523b33c5a78b7
 | 
			
		||||
 
 | 
			
		||||
@@ -36,7 +36,7 @@ In this release 1 issue was closed.
 | 
			
		||||
In this release 7 issues were closed.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
## Version 0.1 - Minimal version (2018-07-04)
 | 
			
		||||
## Version 0.1.0 - Minimal version (2018-07-04)
 | 
			
		||||
 | 
			
		||||
### Issues Closed
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -40,6 +40,7 @@ Table of contents
 | 
			
		||||
   installation
 | 
			
		||||
   features
 | 
			
		||||
   api/index
 | 
			
		||||
   troubleshooting/index
 | 
			
		||||
   changelog
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										13
									
								
								docs/_sources/troubleshooting.rst.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								docs/_sources/troubleshooting.rst.txt
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
Troubleshooting
 | 
			
		||||
###############
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
Administrator
 | 
			
		||||
~~~~~~~~~~~~~
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
`JSON.parse: unexpected character at line 1 column 1 of the JSON data`
 | 
			
		||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 | 
			
		||||
 | 
			
		||||
On the **Network Tab**, if the requests are made to `http://localhost:3000/undefined/api`, that means the environnement variable **REACT_APP_API_URL** is not initialized.
 | 
			
		||||
Check if **Makefile.custom.config** file exists and **REACT_APP_API_URL** is correctly initialized (see [example](https://github.com/SamR1/FitTrackee/blob/master/Makefile.custom.config.example)), and rebuild the client.
 | 
			
		||||
							
								
								
									
										10
									
								
								docs/_sources/troubleshooting/administrator.rst.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								docs/_sources/troubleshooting/administrator.rst.txt
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
Administrator
 | 
			
		||||
#############
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
`JSON.parse: unexpected character at line 1 column 1 of the JSON data`
 | 
			
		||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 | 
			
		||||
 | 
			
		||||
On the **Network Tab**, if the requests are made to `http://localhost:3000/undefined/api`, that means the environnement variable **REACT_APP_API_URL** is not initialized.
 | 
			
		||||
 | 
			
		||||
Check if **Makefile.custom.config** file exists and **REACT_APP_API_URL** is correctly initialized (see `example <https://github.com/SamR1/FitTrackee/blob/master/Makefile.custom.config.example>`__), and rebuild the client.
 | 
			
		||||
							
								
								
									
										9
									
								
								docs/_sources/troubleshooting/index.rst.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								docs/_sources/troubleshooting/index.rst.txt
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
Troubleshooting
 | 
			
		||||
#################
 | 
			
		||||
 | 
			
		||||
.. toctree::
 | 
			
		||||
   :maxdepth: 2
 | 
			
		||||
   :caption: Endpoints:
 | 
			
		||||
 | 
			
		||||
   administrator
 | 
			
		||||
   user
 | 
			
		||||
							
								
								
									
										5
									
								
								docs/_sources/troubleshooting/user.rst.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								docs/_sources/troubleshooting/user.rst.txt
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,5 @@
 | 
			
		||||
User
 | 
			
		||||
####
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
``TODO``
 | 
			
		||||
@@ -49,13 +49,14 @@
 | 
			
		||||
     id="dLabelGlobalToc"
 | 
			
		||||
     data-toggle="dropdown"
 | 
			
		||||
     data-target="#"
 | 
			
		||||
     href="../index.html">Site <b class="caret"></b></a>
 | 
			
		||||
     href="../index.html">Docs <b class="caret"></b></a>
 | 
			
		||||
  <ul class="dropdown-menu globaltoc"
 | 
			
		||||
      role="menu"
 | 
			
		||||
      aria-labelledby="dLabelGlobalToc"><ul class="current">
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../installation.html">Installation</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../features.html">Features</a></li>
 | 
			
		||||
<li class="toctree-l1 current"><a class="reference internal" href="index.html">API documentation</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../troubleshooting/index.html">Troubleshooting</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../changelog.html">Change log</a></li>
 | 
			
		||||
</ul>
 | 
			
		||||
</ul>
 | 
			
		||||
 
 | 
			
		||||
@@ -49,13 +49,14 @@
 | 
			
		||||
     id="dLabelGlobalToc"
 | 
			
		||||
     data-toggle="dropdown"
 | 
			
		||||
     data-target="#"
 | 
			
		||||
     href="../index.html">Site <b class="caret"></b></a>
 | 
			
		||||
     href="../index.html">Docs <b class="caret"></b></a>
 | 
			
		||||
  <ul class="dropdown-menu globaltoc"
 | 
			
		||||
      role="menu"
 | 
			
		||||
      aria-labelledby="dLabelGlobalToc"><ul class="current">
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../installation.html">Installation</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../features.html">Features</a></li>
 | 
			
		||||
<li class="toctree-l1 current"><a class="reference internal" href="index.html">API documentation</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../troubleshooting/index.html">Troubleshooting</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../changelog.html">Change log</a></li>
 | 
			
		||||
</ul>
 | 
			
		||||
</ul>
 | 
			
		||||
 
 | 
			
		||||
@@ -49,13 +49,14 @@
 | 
			
		||||
     id="dLabelGlobalToc"
 | 
			
		||||
     data-toggle="dropdown"
 | 
			
		||||
     data-target="#"
 | 
			
		||||
     href="../index.html">Site <b class="caret"></b></a>
 | 
			
		||||
     href="../index.html">Docs <b class="caret"></b></a>
 | 
			
		||||
  <ul class="dropdown-menu globaltoc"
 | 
			
		||||
      role="menu"
 | 
			
		||||
      aria-labelledby="dLabelGlobalToc"><ul class="current">
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../installation.html">Installation</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../features.html">Features</a></li>
 | 
			
		||||
<li class="toctree-l1 current"><a class="current reference internal" href="#">API documentation</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../troubleshooting/index.html">Troubleshooting</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../changelog.html">Change log</a></li>
 | 
			
		||||
</ul>
 | 
			
		||||
</ul>
 | 
			
		||||
 
 | 
			
		||||
@@ -49,13 +49,14 @@
 | 
			
		||||
     id="dLabelGlobalToc"
 | 
			
		||||
     data-toggle="dropdown"
 | 
			
		||||
     data-target="#"
 | 
			
		||||
     href="../index.html">Site <b class="caret"></b></a>
 | 
			
		||||
     href="../index.html">Docs <b class="caret"></b></a>
 | 
			
		||||
  <ul class="dropdown-menu globaltoc"
 | 
			
		||||
      role="menu"
 | 
			
		||||
      aria-labelledby="dLabelGlobalToc"><ul class="current">
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../installation.html">Installation</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../features.html">Features</a></li>
 | 
			
		||||
<li class="toctree-l1 current"><a class="reference internal" href="index.html">API documentation</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../troubleshooting/index.html">Troubleshooting</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../changelog.html">Change log</a></li>
 | 
			
		||||
</ul>
 | 
			
		||||
</ul>
 | 
			
		||||
 
 | 
			
		||||
@@ -49,13 +49,14 @@
 | 
			
		||||
     id="dLabelGlobalToc"
 | 
			
		||||
     data-toggle="dropdown"
 | 
			
		||||
     data-target="#"
 | 
			
		||||
     href="../index.html">Site <b class="caret"></b></a>
 | 
			
		||||
     href="../index.html">Docs <b class="caret"></b></a>
 | 
			
		||||
  <ul class="dropdown-menu globaltoc"
 | 
			
		||||
      role="menu"
 | 
			
		||||
      aria-labelledby="dLabelGlobalToc"><ul class="current">
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../installation.html">Installation</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../features.html">Features</a></li>
 | 
			
		||||
<li class="toctree-l1 current"><a class="reference internal" href="index.html">API documentation</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../troubleshooting/index.html">Troubleshooting</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../changelog.html">Change log</a></li>
 | 
			
		||||
</ul>
 | 
			
		||||
</ul>
 | 
			
		||||
 
 | 
			
		||||
@@ -49,13 +49,14 @@
 | 
			
		||||
     id="dLabelGlobalToc"
 | 
			
		||||
     data-toggle="dropdown"
 | 
			
		||||
     data-target="#"
 | 
			
		||||
     href="../index.html">Site <b class="caret"></b></a>
 | 
			
		||||
     href="../index.html">Docs <b class="caret"></b></a>
 | 
			
		||||
  <ul class="dropdown-menu globaltoc"
 | 
			
		||||
      role="menu"
 | 
			
		||||
      aria-labelledby="dLabelGlobalToc"><ul class="current">
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../installation.html">Installation</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../features.html">Features</a></li>
 | 
			
		||||
<li class="toctree-l1 current"><a class="reference internal" href="index.html">API documentation</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../troubleshooting/index.html">Troubleshooting</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../changelog.html">Change log</a></li>
 | 
			
		||||
</ul>
 | 
			
		||||
</ul>
 | 
			
		||||
 
 | 
			
		||||
@@ -13,7 +13,7 @@
 | 
			
		||||
    <script type="text/javascript" src="../_static/language_data.js"></script>
 | 
			
		||||
    <link rel="index" title="Index" href="../genindex.html" />
 | 
			
		||||
    <link rel="search" title="Search" href="../search.html" />
 | 
			
		||||
    <link rel="next" title="Change log" href="../changelog.html" />
 | 
			
		||||
    <link rel="next" title="Troubleshooting" href="../troubleshooting/index.html" />
 | 
			
		||||
    <link rel="prev" title="Statistics" href="stats.html" />
 | 
			
		||||
<meta charset='utf-8'>
 | 
			
		||||
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
 | 
			
		||||
@@ -49,13 +49,14 @@
 | 
			
		||||
     id="dLabelGlobalToc"
 | 
			
		||||
     data-toggle="dropdown"
 | 
			
		||||
     data-target="#"
 | 
			
		||||
     href="../index.html">Site <b class="caret"></b></a>
 | 
			
		||||
     href="../index.html">Docs <b class="caret"></b></a>
 | 
			
		||||
  <ul class="dropdown-menu globaltoc"
 | 
			
		||||
      role="menu"
 | 
			
		||||
      aria-labelledby="dLabelGlobalToc"><ul class="current">
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../installation.html">Installation</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../features.html">Features</a></li>
 | 
			
		||||
<li class="toctree-l1 current"><a class="reference internal" href="index.html">API documentation</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../troubleshooting/index.html">Troubleshooting</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../changelog.html">Change log</a></li>
 | 
			
		||||
</ul>
 | 
			
		||||
</ul>
 | 
			
		||||
@@ -84,7 +85,7 @@
 | 
			
		||||
    </a>
 | 
			
		||||
  </li>
 | 
			
		||||
  <li>
 | 
			
		||||
    <a href="../changelog.html" title="Next Chapter: Change log"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">Change log »</span>
 | 
			
		||||
    <a href="../troubleshooting/index.html" title="Next Chapter: Troubleshooting"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">Troubleshooting »</span>
 | 
			
		||||
    </a>
 | 
			
		||||
  </li>
 | 
			
		||||
              
 | 
			
		||||
 
 | 
			
		||||
@@ -13,7 +13,7 @@
 | 
			
		||||
    <script type="text/javascript" src="_static/language_data.js"></script>
 | 
			
		||||
    <link rel="index" title="Index" href="genindex.html" />
 | 
			
		||||
    <link rel="search" title="Search" href="search.html" />
 | 
			
		||||
    <link rel="prev" title="Users" href="api/users.html" />
 | 
			
		||||
    <link rel="prev" title="User" href="troubleshooting/user.html" />
 | 
			
		||||
<meta charset='utf-8'>
 | 
			
		||||
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
 | 
			
		||||
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
 | 
			
		||||
@@ -48,13 +48,14 @@
 | 
			
		||||
     id="dLabelGlobalToc"
 | 
			
		||||
     data-toggle="dropdown"
 | 
			
		||||
     data-target="#"
 | 
			
		||||
     href="index.html">Site <b class="caret"></b></a>
 | 
			
		||||
     href="index.html">Docs <b class="caret"></b></a>
 | 
			
		||||
  <ul class="dropdown-menu globaltoc"
 | 
			
		||||
      role="menu"
 | 
			
		||||
      aria-labelledby="dLabelGlobalToc"><ul class="current">
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="features.html">Features</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="api/index.html">API documentation</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="troubleshooting/index.html">Troubleshooting</a></li>
 | 
			
		||||
<li class="toctree-l1 current"><a class="current reference internal" href="#">Change log</a></li>
 | 
			
		||||
</ul>
 | 
			
		||||
</ul>
 | 
			
		||||
@@ -86,7 +87,7 @@
 | 
			
		||||
</li>
 | 
			
		||||
</ul>
 | 
			
		||||
</li>
 | 
			
		||||
<li><a class="reference internal" href="#version-0-1-minimal-version-2018-07-04">Version 0.1 - Minimal version (2018-07-04)</a><ul>
 | 
			
		||||
<li><a class="reference internal" href="#version-0-1-0-minimal-version-2018-07-04">Version 0.1.0 - Minimal version (2018-07-04)</a><ul>
 | 
			
		||||
<li><a class="reference internal" href="#id3">Issues Closed</a><ul>
 | 
			
		||||
<li><a class="reference internal" href="#id4">New Features</a></li>
 | 
			
		||||
</ul>
 | 
			
		||||
@@ -104,7 +105,7 @@
 | 
			
		||||
              
 | 
			
		||||
                
 | 
			
		||||
  <li>
 | 
			
		||||
    <a href="api/users.html" title="Previous Chapter: Users"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">« Users</span>
 | 
			
		||||
    <a href="troubleshooting/user.html" title="Previous Chapter: User"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">« User</span>
 | 
			
		||||
    </a>
 | 
			
		||||
  </li>
 | 
			
		||||
              
 | 
			
		||||
@@ -183,8 +184,8 @@
 | 
			
		||||
</div>
 | 
			
		||||
</div>
 | 
			
		||||
</div>
 | 
			
		||||
<div class="section" id="version-0-1-minimal-version-2018-07-04">
 | 
			
		||||
<h2>Version 0.1 - Minimal version (2018-07-04)<a class="headerlink" href="#version-0-1-minimal-version-2018-07-04" title="Permalink to this headline">¶</a></h2>
 | 
			
		||||
<div class="section" id="version-0-1-0-minimal-version-2018-07-04">
 | 
			
		||||
<h2>Version 0.1.0 - Minimal version (2018-07-04)<a class="headerlink" href="#version-0-1-0-minimal-version-2018-07-04" title="Permalink to this headline">¶</a></h2>
 | 
			
		||||
<div class="section" id="id3">
 | 
			
		||||
<h3>Issues Closed<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h3>
 | 
			
		||||
<div class="section" id="id4">
 | 
			
		||||
 
 | 
			
		||||
@@ -49,13 +49,14 @@
 | 
			
		||||
     id="dLabelGlobalToc"
 | 
			
		||||
     data-toggle="dropdown"
 | 
			
		||||
     data-target="#"
 | 
			
		||||
     href="index.html">Site <b class="caret"></b></a>
 | 
			
		||||
     href="index.html">Docs <b class="caret"></b></a>
 | 
			
		||||
  <ul class="dropdown-menu globaltoc"
 | 
			
		||||
      role="menu"
 | 
			
		||||
      aria-labelledby="dLabelGlobalToc"><ul class="current">
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation</a></li>
 | 
			
		||||
<li class="toctree-l1 current"><a class="current reference internal" href="#">Features</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="api/index.html">API documentation</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="troubleshooting/index.html">Troubleshooting</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Change log</a></li>
 | 
			
		||||
</ul>
 | 
			
		||||
</ul>
 | 
			
		||||
 
 | 
			
		||||
@@ -48,13 +48,14 @@
 | 
			
		||||
     id="dLabelGlobalToc"
 | 
			
		||||
     data-toggle="dropdown"
 | 
			
		||||
     data-target="#"
 | 
			
		||||
     href="index.html">Site <b class="caret"></b></a>
 | 
			
		||||
     href="index.html">Docs <b class="caret"></b></a>
 | 
			
		||||
  <ul class="dropdown-menu globaltoc"
 | 
			
		||||
      role="menu"
 | 
			
		||||
      aria-labelledby="dLabelGlobalToc"><ul>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="features.html">Features</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="api/index.html">API documentation</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="troubleshooting/index.html">Troubleshooting</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Change log</a></li>
 | 
			
		||||
</ul>
 | 
			
		||||
</ul>
 | 
			
		||||
 
 | 
			
		||||
@@ -54,13 +54,14 @@
 | 
			
		||||
     id="dLabelGlobalToc"
 | 
			
		||||
     data-toggle="dropdown"
 | 
			
		||||
     data-target="#"
 | 
			
		||||
     href="index.html">Site <b class="caret"></b></a>
 | 
			
		||||
     href="index.html">Docs <b class="caret"></b></a>
 | 
			
		||||
  <ul class="dropdown-menu globaltoc"
 | 
			
		||||
      role="menu"
 | 
			
		||||
      aria-labelledby="dLabelGlobalToc"><ul>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="features.html">Features</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="api/index.html">API documentation</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="troubleshooting/index.html">Troubleshooting</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Change log</a></li>
 | 
			
		||||
</ul>
 | 
			
		||||
</ul>
 | 
			
		||||
 
 | 
			
		||||
@@ -48,13 +48,14 @@
 | 
			
		||||
     id="dLabelGlobalToc"
 | 
			
		||||
     data-toggle="dropdown"
 | 
			
		||||
     data-target="#"
 | 
			
		||||
     href="#">Site <b class="caret"></b></a>
 | 
			
		||||
     href="#">Docs <b class="caret"></b></a>
 | 
			
		||||
  <ul class="dropdown-menu globaltoc"
 | 
			
		||||
      role="menu"
 | 
			
		||||
      aria-labelledby="dLabelGlobalToc"><ul>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="features.html">Features</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="api/index.html">API documentation</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="troubleshooting/index.html">Troubleshooting</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Change log</a></li>
 | 
			
		||||
</ul>
 | 
			
		||||
</ul>
 | 
			
		||||
@@ -172,10 +173,15 @@ Map</a>.</div>
 | 
			
		||||
<li class="toctree-l2"><a class="reference internal" href="api/users.html">Users</a></li>
 | 
			
		||||
</ul>
 | 
			
		||||
</li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="troubleshooting/index.html">Troubleshooting</a><ul>
 | 
			
		||||
<li class="toctree-l2"><a class="reference internal" href="troubleshooting/administrator.html">Administrator</a></li>
 | 
			
		||||
<li class="toctree-l2"><a class="reference internal" href="troubleshooting/user.html">User</a></li>
 | 
			
		||||
</ul>
 | 
			
		||||
</li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Change log</a><ul>
 | 
			
		||||
<li class="toctree-l2"><a class="reference internal" href="changelog.html#version-0-2-0-statistics-2019-07-07">Version 0.2.0 - Statistics (2019/07/07)</a></li>
 | 
			
		||||
<li class="toctree-l2"><a class="reference internal" href="changelog.html#version-0-1-1-fix-and-improvements-2019-02-07">Version 0.1.1 - Fix and improvements (2019/02/07)</a></li>
 | 
			
		||||
<li class="toctree-l2"><a class="reference internal" href="changelog.html#version-0-1-minimal-version-2018-07-04">Version 0.1 - Minimal version (2018-07-04)</a></li>
 | 
			
		||||
<li class="toctree-l2"><a class="reference internal" href="changelog.html#version-0-1-0-minimal-version-2018-07-04">Version 0.1.0 - Minimal version (2018-07-04)</a></li>
 | 
			
		||||
</ul>
 | 
			
		||||
</li>
 | 
			
		||||
</ul>
 | 
			
		||||
 
 | 
			
		||||
@@ -49,13 +49,14 @@
 | 
			
		||||
     id="dLabelGlobalToc"
 | 
			
		||||
     data-toggle="dropdown"
 | 
			
		||||
     data-target="#"
 | 
			
		||||
     href="index.html">Site <b class="caret"></b></a>
 | 
			
		||||
     href="index.html">Docs <b class="caret"></b></a>
 | 
			
		||||
  <ul class="dropdown-menu globaltoc"
 | 
			
		||||
      role="menu"
 | 
			
		||||
      aria-labelledby="dLabelGlobalToc"><ul class="current">
 | 
			
		||||
<li class="toctree-l1 current"><a class="current reference internal" href="#">Installation</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="features.html">Features</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="api/index.html">API documentation</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="troubleshooting/index.html">Troubleshooting</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Change log</a></li>
 | 
			
		||||
</ul>
 | 
			
		||||
</ul>
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								docs/objects.inv
									
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								docs/objects.inv
									
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							@@ -53,13 +53,14 @@
 | 
			
		||||
     id="dLabelGlobalToc"
 | 
			
		||||
     data-toggle="dropdown"
 | 
			
		||||
     data-target="#"
 | 
			
		||||
     href="index.html">Site <b class="caret"></b></a>
 | 
			
		||||
     href="index.html">Docs <b class="caret"></b></a>
 | 
			
		||||
  <ul class="dropdown-menu globaltoc"
 | 
			
		||||
      role="menu"
 | 
			
		||||
      aria-labelledby="dLabelGlobalToc"><ul>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="features.html">Features</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="api/index.html">API documentation</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="troubleshooting/index.html">Troubleshooting</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Change log</a></li>
 | 
			
		||||
</ul>
 | 
			
		||||
</ul>
 | 
			
		||||
 
 | 
			
		||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										158
									
								
								docs/troubleshooting.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										158
									
								
								docs/troubleshooting.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,158 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
 | 
			
		||||
<html xmlns="http://www.w3.org/1999/xhtml">
 | 
			
		||||
  <head>
 | 
			
		||||
    <meta charset="utf-8" />
 | 
			
		||||
    <title>Troubleshooting — FitTrackee 0.2.1-beta documentation</title>
 | 
			
		||||
    <link rel="stylesheet" href="_static/bootstrap-sphinx.css" type="text/css" />
 | 
			
		||||
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
 | 
			
		||||
    <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
 | 
			
		||||
    <script type="text/javascript" src="_static/jquery.js"></script>
 | 
			
		||||
    <script type="text/javascript" src="_static/underscore.js"></script>
 | 
			
		||||
    <script type="text/javascript" src="_static/doctools.js"></script>
 | 
			
		||||
    <script type="text/javascript" src="_static/language_data.js"></script>
 | 
			
		||||
    <link rel="index" title="Index" href="genindex.html" />
 | 
			
		||||
    <link rel="search" title="Search" href="search.html" />
 | 
			
		||||
    <link rel="next" title="Change log" href="changelog.html" />
 | 
			
		||||
    <link rel="prev" title="Users" href="api/users.html" />
 | 
			
		||||
<meta charset='utf-8'>
 | 
			
		||||
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
 | 
			
		||||
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
 | 
			
		||||
<meta name="apple-mobile-web-app-capable" content="yes">
 | 
			
		||||
<script type="text/javascript" src="_static/js/jquery-1.11.0.min.js "></script>
 | 
			
		||||
<script type="text/javascript" src="_static/js/jquery-fix.js "></script>
 | 
			
		||||
<script type="text/javascript" src="_static/bootstrap-3.3.7/js/bootstrap.min.js "></script>
 | 
			
		||||
<script type="text/javascript" src="_static/bootstrap-sphinx.js "></script>
 | 
			
		||||
 | 
			
		||||
  </head><body>
 | 
			
		||||
 | 
			
		||||
  <div id="navbar" class="navbar navbar-default navbar-fixed-top">
 | 
			
		||||
    <div class="container">
 | 
			
		||||
      <div class="navbar-header">
 | 
			
		||||
        <!-- .btn-navbar is used as the toggle for collapsed navbar content -->
 | 
			
		||||
        <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
 | 
			
		||||
          <span class="icon-bar"></span>
 | 
			
		||||
          <span class="icon-bar"></span>
 | 
			
		||||
          <span class="icon-bar"></span>
 | 
			
		||||
        </button>
 | 
			
		||||
        <a class="navbar-brand" href="index.html">
 | 
			
		||||
          FitTrackee</a>
 | 
			
		||||
        <span class="navbar-text navbar-version pull-left"><b></b></span>
 | 
			
		||||
      </div>
 | 
			
		||||
 | 
			
		||||
        <div class="collapse navbar-collapse nav-collapse">
 | 
			
		||||
          <ul class="nav navbar-nav">
 | 
			
		||||
            
 | 
			
		||||
            
 | 
			
		||||
              <li class="dropdown globaltoc-container">
 | 
			
		||||
  <a role="button"
 | 
			
		||||
     id="dLabelGlobalToc"
 | 
			
		||||
     data-toggle="dropdown"
 | 
			
		||||
     data-target="#"
 | 
			
		||||
     href="index.html">Site <b class="caret"></b></a>
 | 
			
		||||
  <ul class="dropdown-menu globaltoc"
 | 
			
		||||
      role="menu"
 | 
			
		||||
      aria-labelledby="dLabelGlobalToc"><ul class="current">
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="features.html">Features</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="api/index.html">API documentation</a></li>
 | 
			
		||||
<li class="toctree-l1 current"><a class="current reference internal" href="#">Troubleshooting</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="changelog.html">Change log</a></li>
 | 
			
		||||
</ul>
 | 
			
		||||
</ul>
 | 
			
		||||
</li>
 | 
			
		||||
              
 | 
			
		||||
                <li class="dropdown">
 | 
			
		||||
  <a role="button"
 | 
			
		||||
     id="dLabelLocalToc"
 | 
			
		||||
     data-toggle="dropdown"
 | 
			
		||||
     data-target="#"
 | 
			
		||||
     href="#">Page <b class="caret"></b></a>
 | 
			
		||||
  <ul class="dropdown-menu localtoc"
 | 
			
		||||
      role="menu"
 | 
			
		||||
      aria-labelledby="dLabelLocalToc"><ul>
 | 
			
		||||
<li><a class="reference internal" href="#">Troubleshooting</a><ul>
 | 
			
		||||
<li><a class="reference internal" href="#administrator">Administrator</a><ul>
 | 
			
		||||
<li><a class="reference internal" href="#json-parse-unexpected-character-at-line-1-column-1-of-the-json-data"><cite>JSON.parse: unexpected character at line 1 column 1 of the JSON data</cite></a></li>
 | 
			
		||||
</ul>
 | 
			
		||||
</li>
 | 
			
		||||
</ul>
 | 
			
		||||
</li>
 | 
			
		||||
</ul>
 | 
			
		||||
</ul>
 | 
			
		||||
</li>
 | 
			
		||||
              
 | 
			
		||||
            
 | 
			
		||||
            
 | 
			
		||||
              
 | 
			
		||||
                
 | 
			
		||||
  <li>
 | 
			
		||||
    <a href="api/users.html" title="Previous Chapter: Users"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">« Users</span>
 | 
			
		||||
    </a>
 | 
			
		||||
  </li>
 | 
			
		||||
  <li>
 | 
			
		||||
    <a href="changelog.html" title="Next Chapter: Change log"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">Change log »</span>
 | 
			
		||||
    </a>
 | 
			
		||||
  </li>
 | 
			
		||||
              
 | 
			
		||||
            
 | 
			
		||||
            
 | 
			
		||||
            
 | 
			
		||||
            
 | 
			
		||||
              <li class="hidden-sm">
 | 
			
		||||
<div id="sourcelink">
 | 
			
		||||
  <a href="_sources/troubleshooting.rst.txt"
 | 
			
		||||
     rel="nofollow">Source</a>
 | 
			
		||||
</div></li>
 | 
			
		||||
            
 | 
			
		||||
          </ul>
 | 
			
		||||
 | 
			
		||||
          
 | 
			
		||||
            
 | 
			
		||||
<form class="navbar-form navbar-right" action="search.html" method="get">
 | 
			
		||||
 <div class="form-group">
 | 
			
		||||
  <input type="text" name="q" class="form-control" placeholder="Search" />
 | 
			
		||||
 </div>
 | 
			
		||||
  <input type="hidden" name="check_keywords" value="yes" />
 | 
			
		||||
  <input type="hidden" name="area" value="default" />
 | 
			
		||||
</form>
 | 
			
		||||
          
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
 | 
			
		||||
<div class="container">
 | 
			
		||||
  <div class="row">
 | 
			
		||||
    <div class="body col-md-12 content" role="main">
 | 
			
		||||
      
 | 
			
		||||
  <div class="section" id="troubleshooting">
 | 
			
		||||
<h1>Troubleshooting<a class="headerlink" href="#troubleshooting" title="Permalink to this headline">¶</a></h1>
 | 
			
		||||
<div class="section" id="administrator">
 | 
			
		||||
<h2>Administrator<a class="headerlink" href="#administrator" title="Permalink to this headline">¶</a></h2>
 | 
			
		||||
<div class="section" id="json-parse-unexpected-character-at-line-1-column-1-of-the-json-data">
 | 
			
		||||
<h3><cite>JSON.parse: unexpected character at line 1 column 1 of the JSON data</cite><a class="headerlink" href="#json-parse-unexpected-character-at-line-1-column-1-of-the-json-data" title="Permalink to this headline">¶</a></h3>
 | 
			
		||||
<p>On the <strong>Network Tab</strong>, if the requests are made to <cite>http://localhost:3000/undefined/api</cite>, that means the environnement variable <strong>REACT_APP_API_URL</strong> is not initialized.
 | 
			
		||||
Check if <strong>Makefile.custom.config</strong> file exists and <strong>REACT_APP_API_URL</strong> is correctly initialized (see [example](<a class="reference external" href="https://github.com/SamR1/FitTrackee/blob/master/Makefile.custom.config.example">https://github.com/SamR1/FitTrackee/blob/master/Makefile.custom.config.example</a>)), and rebuild the client.</p>
 | 
			
		||||
</div>
 | 
			
		||||
</div>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    </div>
 | 
			
		||||
      
 | 
			
		||||
  </div>
 | 
			
		||||
</div>
 | 
			
		||||
<footer class="footer">
 | 
			
		||||
  <div class="container">
 | 
			
		||||
    <p class="pull-right">
 | 
			
		||||
      <a href="#">Back to top</a>
 | 
			
		||||
      
 | 
			
		||||
    </p>
 | 
			
		||||
    <p>
 | 
			
		||||
        © Copyright 2019, SamR1.<br/>
 | 
			
		||||
      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.1.2.<br/>
 | 
			
		||||
    </p>
 | 
			
		||||
  </div>
 | 
			
		||||
</footer>
 | 
			
		||||
  </body>
 | 
			
		||||
</html>
 | 
			
		||||
							
								
								
									
										152
									
								
								docs/troubleshooting/administrator.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										152
									
								
								docs/troubleshooting/administrator.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,152 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
 | 
			
		||||
<html xmlns="http://www.w3.org/1999/xhtml">
 | 
			
		||||
  <head>
 | 
			
		||||
    <meta charset="utf-8" />
 | 
			
		||||
    <title>Administrator — FitTrackee 0.2.1-beta documentation</title>
 | 
			
		||||
    <link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
 | 
			
		||||
    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
 | 
			
		||||
    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
 | 
			
		||||
    <script type="text/javascript" src="../_static/jquery.js"></script>
 | 
			
		||||
    <script type="text/javascript" src="../_static/underscore.js"></script>
 | 
			
		||||
    <script type="text/javascript" src="../_static/doctools.js"></script>
 | 
			
		||||
    <script type="text/javascript" src="../_static/language_data.js"></script>
 | 
			
		||||
    <link rel="index" title="Index" href="../genindex.html" />
 | 
			
		||||
    <link rel="search" title="Search" href="../search.html" />
 | 
			
		||||
    <link rel="next" title="User" href="user.html" />
 | 
			
		||||
    <link rel="prev" title="Troubleshooting" href="index.html" />
 | 
			
		||||
<meta charset='utf-8'>
 | 
			
		||||
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
 | 
			
		||||
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
 | 
			
		||||
<meta name="apple-mobile-web-app-capable" content="yes">
 | 
			
		||||
<script type="text/javascript" src="../_static/js/jquery-1.11.0.min.js "></script>
 | 
			
		||||
<script type="text/javascript" src="../_static/js/jquery-fix.js "></script>
 | 
			
		||||
<script type="text/javascript" src="../_static/bootstrap-3.3.7/js/bootstrap.min.js "></script>
 | 
			
		||||
<script type="text/javascript" src="../_static/bootstrap-sphinx.js "></script>
 | 
			
		||||
 | 
			
		||||
  </head><body>
 | 
			
		||||
 | 
			
		||||
  <div id="navbar" class="navbar navbar-default navbar-fixed-top">
 | 
			
		||||
    <div class="container">
 | 
			
		||||
      <div class="navbar-header">
 | 
			
		||||
        <!-- .btn-navbar is used as the toggle for collapsed navbar content -->
 | 
			
		||||
        <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
 | 
			
		||||
          <span class="icon-bar"></span>
 | 
			
		||||
          <span class="icon-bar"></span>
 | 
			
		||||
          <span class="icon-bar"></span>
 | 
			
		||||
        </button>
 | 
			
		||||
        <a class="navbar-brand" href="../index.html">
 | 
			
		||||
          FitTrackee</a>
 | 
			
		||||
        <span class="navbar-text navbar-version pull-left"><b></b></span>
 | 
			
		||||
      </div>
 | 
			
		||||
 | 
			
		||||
        <div class="collapse navbar-collapse nav-collapse">
 | 
			
		||||
          <ul class="nav navbar-nav">
 | 
			
		||||
            
 | 
			
		||||
            
 | 
			
		||||
              <li class="dropdown globaltoc-container">
 | 
			
		||||
  <a role="button"
 | 
			
		||||
     id="dLabelGlobalToc"
 | 
			
		||||
     data-toggle="dropdown"
 | 
			
		||||
     data-target="#"
 | 
			
		||||
     href="../index.html">Docs <b class="caret"></b></a>
 | 
			
		||||
  <ul class="dropdown-menu globaltoc"
 | 
			
		||||
      role="menu"
 | 
			
		||||
      aria-labelledby="dLabelGlobalToc"><ul class="current">
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../installation.html">Installation</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../features.html">Features</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../api/index.html">API documentation</a></li>
 | 
			
		||||
<li class="toctree-l1 current"><a class="reference internal" href="index.html">Troubleshooting</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../changelog.html">Change log</a></li>
 | 
			
		||||
</ul>
 | 
			
		||||
</ul>
 | 
			
		||||
</li>
 | 
			
		||||
              
 | 
			
		||||
                <li class="dropdown">
 | 
			
		||||
  <a role="button"
 | 
			
		||||
     id="dLabelLocalToc"
 | 
			
		||||
     data-toggle="dropdown"
 | 
			
		||||
     data-target="#"
 | 
			
		||||
     href="#">Page <b class="caret"></b></a>
 | 
			
		||||
  <ul class="dropdown-menu localtoc"
 | 
			
		||||
      role="menu"
 | 
			
		||||
      aria-labelledby="dLabelLocalToc"><ul>
 | 
			
		||||
<li><a class="reference internal" href="#">Administrator</a><ul>
 | 
			
		||||
<li><a class="reference internal" href="#json-parse-unexpected-character-at-line-1-column-1-of-the-json-data"><cite>JSON.parse: unexpected character at line 1 column 1 of the JSON data</cite></a></li>
 | 
			
		||||
</ul>
 | 
			
		||||
</li>
 | 
			
		||||
</ul>
 | 
			
		||||
</ul>
 | 
			
		||||
</li>
 | 
			
		||||
              
 | 
			
		||||
            
 | 
			
		||||
            
 | 
			
		||||
              
 | 
			
		||||
                
 | 
			
		||||
  <li>
 | 
			
		||||
    <a href="index.html" title="Previous Chapter: Troubleshooting"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">« Troubleshooting</span>
 | 
			
		||||
    </a>
 | 
			
		||||
  </li>
 | 
			
		||||
  <li>
 | 
			
		||||
    <a href="user.html" title="Next Chapter: User"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">User »</span>
 | 
			
		||||
    </a>
 | 
			
		||||
  </li>
 | 
			
		||||
              
 | 
			
		||||
            
 | 
			
		||||
            
 | 
			
		||||
            
 | 
			
		||||
            
 | 
			
		||||
              <li class="hidden-sm">
 | 
			
		||||
<div id="sourcelink">
 | 
			
		||||
  <a href="../_sources/troubleshooting/administrator.rst.txt"
 | 
			
		||||
     rel="nofollow">Source</a>
 | 
			
		||||
</div></li>
 | 
			
		||||
            
 | 
			
		||||
          </ul>
 | 
			
		||||
 | 
			
		||||
          
 | 
			
		||||
            
 | 
			
		||||
<form class="navbar-form navbar-right" action="../search.html" method="get">
 | 
			
		||||
 <div class="form-group">
 | 
			
		||||
  <input type="text" name="q" class="form-control" placeholder="Search" />
 | 
			
		||||
 </div>
 | 
			
		||||
  <input type="hidden" name="check_keywords" value="yes" />
 | 
			
		||||
  <input type="hidden" name="area" value="default" />
 | 
			
		||||
</form>
 | 
			
		||||
          
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
 | 
			
		||||
<div class="container">
 | 
			
		||||
  <div class="row">
 | 
			
		||||
    <div class="body col-md-12 content" role="main">
 | 
			
		||||
      
 | 
			
		||||
  <div class="section" id="administrator">
 | 
			
		||||
<h1>Administrator<a class="headerlink" href="#administrator" title="Permalink to this headline">¶</a></h1>
 | 
			
		||||
<div class="section" id="json-parse-unexpected-character-at-line-1-column-1-of-the-json-data">
 | 
			
		||||
<h2><cite>JSON.parse: unexpected character at line 1 column 1 of the JSON data</cite><a class="headerlink" href="#json-parse-unexpected-character-at-line-1-column-1-of-the-json-data" title="Permalink to this headline">¶</a></h2>
 | 
			
		||||
<p>On the <strong>Network Tab</strong>, if the requests are made to <cite>http://localhost:3000/undefined/api</cite>, that means the environnement variable <strong>REACT_APP_API_URL</strong> is not initialized.</p>
 | 
			
		||||
<p>Check if <strong>Makefile.custom.config</strong> file exists and <strong>REACT_APP_API_URL</strong> is correctly initialized (see <a class="reference external" href="https://github.com/SamR1/FitTrackee/blob/master/Makefile.custom.config.example">example</a>), and rebuild the client.</p>
 | 
			
		||||
</div>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    </div>
 | 
			
		||||
      
 | 
			
		||||
  </div>
 | 
			
		||||
</div>
 | 
			
		||||
<footer class="footer">
 | 
			
		||||
  <div class="container">
 | 
			
		||||
    <p class="pull-right">
 | 
			
		||||
      <a href="#">Back to top</a>
 | 
			
		||||
      
 | 
			
		||||
    </p>
 | 
			
		||||
    <p>
 | 
			
		||||
        © Copyright 2019, SamR1.<br/>
 | 
			
		||||
      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.1.2.<br/>
 | 
			
		||||
    </p>
 | 
			
		||||
  </div>
 | 
			
		||||
</footer>
 | 
			
		||||
  </body>
 | 
			
		||||
</html>
 | 
			
		||||
							
								
								
									
										154
									
								
								docs/troubleshooting/index.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										154
									
								
								docs/troubleshooting/index.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,154 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
 | 
			
		||||
<html xmlns="http://www.w3.org/1999/xhtml">
 | 
			
		||||
  <head>
 | 
			
		||||
    <meta charset="utf-8" />
 | 
			
		||||
    <title>Troubleshooting — FitTrackee 0.2.1-beta documentation</title>
 | 
			
		||||
    <link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
 | 
			
		||||
    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
 | 
			
		||||
    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
 | 
			
		||||
    <script type="text/javascript" src="../_static/jquery.js"></script>
 | 
			
		||||
    <script type="text/javascript" src="../_static/underscore.js"></script>
 | 
			
		||||
    <script type="text/javascript" src="../_static/doctools.js"></script>
 | 
			
		||||
    <script type="text/javascript" src="../_static/language_data.js"></script>
 | 
			
		||||
    <link rel="index" title="Index" href="../genindex.html" />
 | 
			
		||||
    <link rel="search" title="Search" href="../search.html" />
 | 
			
		||||
    <link rel="next" title="Administrator" href="administrator.html" />
 | 
			
		||||
    <link rel="prev" title="Users" href="../api/users.html" />
 | 
			
		||||
<meta charset='utf-8'>
 | 
			
		||||
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
 | 
			
		||||
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
 | 
			
		||||
<meta name="apple-mobile-web-app-capable" content="yes">
 | 
			
		||||
<script type="text/javascript" src="../_static/js/jquery-1.11.0.min.js "></script>
 | 
			
		||||
<script type="text/javascript" src="../_static/js/jquery-fix.js "></script>
 | 
			
		||||
<script type="text/javascript" src="../_static/bootstrap-3.3.7/js/bootstrap.min.js "></script>
 | 
			
		||||
<script type="text/javascript" src="../_static/bootstrap-sphinx.js "></script>
 | 
			
		||||
 | 
			
		||||
  </head><body>
 | 
			
		||||
 | 
			
		||||
  <div id="navbar" class="navbar navbar-default navbar-fixed-top">
 | 
			
		||||
    <div class="container">
 | 
			
		||||
      <div class="navbar-header">
 | 
			
		||||
        <!-- .btn-navbar is used as the toggle for collapsed navbar content -->
 | 
			
		||||
        <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
 | 
			
		||||
          <span class="icon-bar"></span>
 | 
			
		||||
          <span class="icon-bar"></span>
 | 
			
		||||
          <span class="icon-bar"></span>
 | 
			
		||||
        </button>
 | 
			
		||||
        <a class="navbar-brand" href="../index.html">
 | 
			
		||||
          FitTrackee</a>
 | 
			
		||||
        <span class="navbar-text navbar-version pull-left"><b></b></span>
 | 
			
		||||
      </div>
 | 
			
		||||
 | 
			
		||||
        <div class="collapse navbar-collapse nav-collapse">
 | 
			
		||||
          <ul class="nav navbar-nav">
 | 
			
		||||
            
 | 
			
		||||
            
 | 
			
		||||
              <li class="dropdown globaltoc-container">
 | 
			
		||||
  <a role="button"
 | 
			
		||||
     id="dLabelGlobalToc"
 | 
			
		||||
     data-toggle="dropdown"
 | 
			
		||||
     data-target="#"
 | 
			
		||||
     href="../index.html">Docs <b class="caret"></b></a>
 | 
			
		||||
  <ul class="dropdown-menu globaltoc"
 | 
			
		||||
      role="menu"
 | 
			
		||||
      aria-labelledby="dLabelGlobalToc"><ul class="current">
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../installation.html">Installation</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../features.html">Features</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../api/index.html">API documentation</a></li>
 | 
			
		||||
<li class="toctree-l1 current"><a class="current reference internal" href="#">Troubleshooting</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../changelog.html">Change log</a></li>
 | 
			
		||||
</ul>
 | 
			
		||||
</ul>
 | 
			
		||||
</li>
 | 
			
		||||
              
 | 
			
		||||
                <li class="dropdown">
 | 
			
		||||
  <a role="button"
 | 
			
		||||
     id="dLabelLocalToc"
 | 
			
		||||
     data-toggle="dropdown"
 | 
			
		||||
     data-target="#"
 | 
			
		||||
     href="#">Page <b class="caret"></b></a>
 | 
			
		||||
  <ul class="dropdown-menu localtoc"
 | 
			
		||||
      role="menu"
 | 
			
		||||
      aria-labelledby="dLabelLocalToc"><ul>
 | 
			
		||||
<li><a class="reference internal" href="#">Troubleshooting</a></li>
 | 
			
		||||
</ul>
 | 
			
		||||
</ul>
 | 
			
		||||
</li>
 | 
			
		||||
              
 | 
			
		||||
            
 | 
			
		||||
            
 | 
			
		||||
              
 | 
			
		||||
                
 | 
			
		||||
  <li>
 | 
			
		||||
    <a href="../api/users.html" title="Previous Chapter: Users"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">« Users</span>
 | 
			
		||||
    </a>
 | 
			
		||||
  </li>
 | 
			
		||||
  <li>
 | 
			
		||||
    <a href="administrator.html" title="Next Chapter: Administrator"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">Administrator »</span>
 | 
			
		||||
    </a>
 | 
			
		||||
  </li>
 | 
			
		||||
              
 | 
			
		||||
            
 | 
			
		||||
            
 | 
			
		||||
            
 | 
			
		||||
            
 | 
			
		||||
              <li class="hidden-sm">
 | 
			
		||||
<div id="sourcelink">
 | 
			
		||||
  <a href="../_sources/troubleshooting/index.rst.txt"
 | 
			
		||||
     rel="nofollow">Source</a>
 | 
			
		||||
</div></li>
 | 
			
		||||
            
 | 
			
		||||
          </ul>
 | 
			
		||||
 | 
			
		||||
          
 | 
			
		||||
            
 | 
			
		||||
<form class="navbar-form navbar-right" action="../search.html" method="get">
 | 
			
		||||
 <div class="form-group">
 | 
			
		||||
  <input type="text" name="q" class="form-control" placeholder="Search" />
 | 
			
		||||
 </div>
 | 
			
		||||
  <input type="hidden" name="check_keywords" value="yes" />
 | 
			
		||||
  <input type="hidden" name="area" value="default" />
 | 
			
		||||
</form>
 | 
			
		||||
          
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
 | 
			
		||||
<div class="container">
 | 
			
		||||
  <div class="row">
 | 
			
		||||
    <div class="body col-md-12 content" role="main">
 | 
			
		||||
      
 | 
			
		||||
  <div class="section" id="troubleshooting">
 | 
			
		||||
<h1>Troubleshooting<a class="headerlink" href="#troubleshooting" title="Permalink to this headline">¶</a></h1>
 | 
			
		||||
<div class="toctree-wrapper compound">
 | 
			
		||||
<p class="caption"><span class="caption-text">Endpoints:</span></p>
 | 
			
		||||
<ul>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="administrator.html">Administrator</a><ul>
 | 
			
		||||
<li class="toctree-l2"><a class="reference internal" href="administrator.html#json-parse-unexpected-character-at-line-1-column-1-of-the-json-data"><cite>JSON.parse: unexpected character at line 1 column 1 of the JSON data</cite></a></li>
 | 
			
		||||
</ul>
 | 
			
		||||
</li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="user.html">User</a></li>
 | 
			
		||||
</ul>
 | 
			
		||||
</div>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    </div>
 | 
			
		||||
      
 | 
			
		||||
  </div>
 | 
			
		||||
</div>
 | 
			
		||||
<footer class="footer">
 | 
			
		||||
  <div class="container">
 | 
			
		||||
    <p class="pull-right">
 | 
			
		||||
      <a href="#">Back to top</a>
 | 
			
		||||
      
 | 
			
		||||
    </p>
 | 
			
		||||
    <p>
 | 
			
		||||
        © Copyright 2019, SamR1.<br/>
 | 
			
		||||
      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.1.2.<br/>
 | 
			
		||||
    </p>
 | 
			
		||||
  </div>
 | 
			
		||||
</footer>
 | 
			
		||||
  </body>
 | 
			
		||||
</html>
 | 
			
		||||
							
								
								
									
										145
									
								
								docs/troubleshooting/user.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										145
									
								
								docs/troubleshooting/user.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,145 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
 | 
			
		||||
<html xmlns="http://www.w3.org/1999/xhtml">
 | 
			
		||||
  <head>
 | 
			
		||||
    <meta charset="utf-8" />
 | 
			
		||||
    <title>User — FitTrackee 0.2.1-beta documentation</title>
 | 
			
		||||
    <link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
 | 
			
		||||
    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
 | 
			
		||||
    <script type="text/javascript" id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
 | 
			
		||||
    <script type="text/javascript" src="../_static/jquery.js"></script>
 | 
			
		||||
    <script type="text/javascript" src="../_static/underscore.js"></script>
 | 
			
		||||
    <script type="text/javascript" src="../_static/doctools.js"></script>
 | 
			
		||||
    <script type="text/javascript" src="../_static/language_data.js"></script>
 | 
			
		||||
    <link rel="index" title="Index" href="../genindex.html" />
 | 
			
		||||
    <link rel="search" title="Search" href="../search.html" />
 | 
			
		||||
    <link rel="next" title="Change log" href="../changelog.html" />
 | 
			
		||||
    <link rel="prev" title="Administrator" href="administrator.html" />
 | 
			
		||||
<meta charset='utf-8'>
 | 
			
		||||
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
 | 
			
		||||
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
 | 
			
		||||
<meta name="apple-mobile-web-app-capable" content="yes">
 | 
			
		||||
<script type="text/javascript" src="../_static/js/jquery-1.11.0.min.js "></script>
 | 
			
		||||
<script type="text/javascript" src="../_static/js/jquery-fix.js "></script>
 | 
			
		||||
<script type="text/javascript" src="../_static/bootstrap-3.3.7/js/bootstrap.min.js "></script>
 | 
			
		||||
<script type="text/javascript" src="../_static/bootstrap-sphinx.js "></script>
 | 
			
		||||
 | 
			
		||||
  </head><body>
 | 
			
		||||
 | 
			
		||||
  <div id="navbar" class="navbar navbar-default navbar-fixed-top">
 | 
			
		||||
    <div class="container">
 | 
			
		||||
      <div class="navbar-header">
 | 
			
		||||
        <!-- .btn-navbar is used as the toggle for collapsed navbar content -->
 | 
			
		||||
        <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
 | 
			
		||||
          <span class="icon-bar"></span>
 | 
			
		||||
          <span class="icon-bar"></span>
 | 
			
		||||
          <span class="icon-bar"></span>
 | 
			
		||||
        </button>
 | 
			
		||||
        <a class="navbar-brand" href="../index.html">
 | 
			
		||||
          FitTrackee</a>
 | 
			
		||||
        <span class="navbar-text navbar-version pull-left"><b></b></span>
 | 
			
		||||
      </div>
 | 
			
		||||
 | 
			
		||||
        <div class="collapse navbar-collapse nav-collapse">
 | 
			
		||||
          <ul class="nav navbar-nav">
 | 
			
		||||
            
 | 
			
		||||
            
 | 
			
		||||
              <li class="dropdown globaltoc-container">
 | 
			
		||||
  <a role="button"
 | 
			
		||||
     id="dLabelGlobalToc"
 | 
			
		||||
     data-toggle="dropdown"
 | 
			
		||||
     data-target="#"
 | 
			
		||||
     href="../index.html">Docs <b class="caret"></b></a>
 | 
			
		||||
  <ul class="dropdown-menu globaltoc"
 | 
			
		||||
      role="menu"
 | 
			
		||||
      aria-labelledby="dLabelGlobalToc"><ul class="current">
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../installation.html">Installation</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../features.html">Features</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../api/index.html">API documentation</a></li>
 | 
			
		||||
<li class="toctree-l1 current"><a class="reference internal" href="index.html">Troubleshooting</a></li>
 | 
			
		||||
<li class="toctree-l1"><a class="reference internal" href="../changelog.html">Change log</a></li>
 | 
			
		||||
</ul>
 | 
			
		||||
</ul>
 | 
			
		||||
</li>
 | 
			
		||||
              
 | 
			
		||||
                <li class="dropdown">
 | 
			
		||||
  <a role="button"
 | 
			
		||||
     id="dLabelLocalToc"
 | 
			
		||||
     data-toggle="dropdown"
 | 
			
		||||
     data-target="#"
 | 
			
		||||
     href="#">Page <b class="caret"></b></a>
 | 
			
		||||
  <ul class="dropdown-menu localtoc"
 | 
			
		||||
      role="menu"
 | 
			
		||||
      aria-labelledby="dLabelLocalToc"><ul>
 | 
			
		||||
<li><a class="reference internal" href="#">User</a></li>
 | 
			
		||||
</ul>
 | 
			
		||||
</ul>
 | 
			
		||||
</li>
 | 
			
		||||
              
 | 
			
		||||
            
 | 
			
		||||
            
 | 
			
		||||
              
 | 
			
		||||
                
 | 
			
		||||
  <li>
 | 
			
		||||
    <a href="administrator.html" title="Previous Chapter: Administrator"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">« Administrator</span>
 | 
			
		||||
    </a>
 | 
			
		||||
  </li>
 | 
			
		||||
  <li>
 | 
			
		||||
    <a href="../changelog.html" title="Next Chapter: Change log"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">Change log »</span>
 | 
			
		||||
    </a>
 | 
			
		||||
  </li>
 | 
			
		||||
              
 | 
			
		||||
            
 | 
			
		||||
            
 | 
			
		||||
            
 | 
			
		||||
            
 | 
			
		||||
              <li class="hidden-sm">
 | 
			
		||||
<div id="sourcelink">
 | 
			
		||||
  <a href="../_sources/troubleshooting/user.rst.txt"
 | 
			
		||||
     rel="nofollow">Source</a>
 | 
			
		||||
</div></li>
 | 
			
		||||
            
 | 
			
		||||
          </ul>
 | 
			
		||||
 | 
			
		||||
          
 | 
			
		||||
            
 | 
			
		||||
<form class="navbar-form navbar-right" action="../search.html" method="get">
 | 
			
		||||
 <div class="form-group">
 | 
			
		||||
  <input type="text" name="q" class="form-control" placeholder="Search" />
 | 
			
		||||
 </div>
 | 
			
		||||
  <input type="hidden" name="check_keywords" value="yes" />
 | 
			
		||||
  <input type="hidden" name="area" value="default" />
 | 
			
		||||
</form>
 | 
			
		||||
          
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
  </div>
 | 
			
		||||
 | 
			
		||||
<div class="container">
 | 
			
		||||
  <div class="row">
 | 
			
		||||
    <div class="body col-md-12 content" role="main">
 | 
			
		||||
      
 | 
			
		||||
  <div class="section" id="user">
 | 
			
		||||
<h1>User<a class="headerlink" href="#user" title="Permalink to this headline">¶</a></h1>
 | 
			
		||||
<p><code class="docutils literal notranslate"><span class="pre">TODO</span></code></p>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    </div>
 | 
			
		||||
      
 | 
			
		||||
  </div>
 | 
			
		||||
</div>
 | 
			
		||||
<footer class="footer">
 | 
			
		||||
  <div class="container">
 | 
			
		||||
    <p class="pull-right">
 | 
			
		||||
      <a href="#">Back to top</a>
 | 
			
		||||
      
 | 
			
		||||
    </p>
 | 
			
		||||
    <p>
 | 
			
		||||
        © Copyright 2019, SamR1.<br/>
 | 
			
		||||
      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 2.1.2.<br/>
 | 
			
		||||
    </p>
 | 
			
		||||
  </div>
 | 
			
		||||
</footer>
 | 
			
		||||
  </body>
 | 
			
		||||
</html>
 | 
			
		||||
@@ -36,7 +36,7 @@ In this release 1 issue was closed.
 | 
			
		||||
In this release 7 issues were closed.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
## Version 0.1 - Minimal version (2018-07-04)
 | 
			
		||||
## Version 0.1.0 - Minimal version (2018-07-04)
 | 
			
		||||
 | 
			
		||||
### Issues Closed
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -60,6 +60,7 @@ html_theme_path = sphinx_bootstrap_theme.get_html_theme_path()
 | 
			
		||||
html_static_path = ['_static']
 | 
			
		||||
 | 
			
		||||
html_theme_options = {
 | 
			
		||||
    'navbar_site_name': 'Docs',
 | 
			
		||||
    'bootswatch_theme': 'flatly',
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -40,6 +40,7 @@ Table of contents
 | 
			
		||||
   installation
 | 
			
		||||
   features
 | 
			
		||||
   api/index
 | 
			
		||||
   troubleshooting/index
 | 
			
		||||
   changelog
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										10
									
								
								docsrc/source/troubleshooting/administrator.rst
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								docsrc/source/troubleshooting/administrator.rst
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
			
		||||
Administrator
 | 
			
		||||
#############
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
`JSON.parse: unexpected character at line 1 column 1 of the JSON data`
 | 
			
		||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 | 
			
		||||
 | 
			
		||||
On the **Network Tab**, if the requests are made to `http://localhost:3000/undefined/api`, that means the environnement variable **REACT_APP_API_URL** is not initialized.
 | 
			
		||||
 | 
			
		||||
Check if **Makefile.custom.config** file exists and **REACT_APP_API_URL** is correctly initialized (see `example <https://github.com/SamR1/FitTrackee/blob/master/Makefile.custom.config.example>`__), and rebuild the client.
 | 
			
		||||
							
								
								
									
										9
									
								
								docsrc/source/troubleshooting/index.rst
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								docsrc/source/troubleshooting/index.rst
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
Troubleshooting
 | 
			
		||||
#################
 | 
			
		||||
 | 
			
		||||
.. toctree::
 | 
			
		||||
   :maxdepth: 2
 | 
			
		||||
   :caption: Endpoints:
 | 
			
		||||
 | 
			
		||||
   administrator
 | 
			
		||||
   user
 | 
			
		||||
							
								
								
									
										5
									
								
								docsrc/source/troubleshooting/user.rst
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								docsrc/source/troubleshooting/user.rst
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,5 @@
 | 
			
		||||
User
 | 
			
		||||
####
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
``TODO``
 | 
			
		||||
		Reference in New Issue
	
	Block a user