Sam
Sam
thanks for the log. does the error only occur with this endpoint (`/api/oauth/token [POST]`)?
Is the Static Map cache directory ([`STATICMAP_CACHE_DIR`](https://docs.fittrackee.org/en/installation.html#envvar-STATICMAP_CACHE_DIR)) writable?
great!
Hi, There is a issue about elevation correction: https://github.com/SamR1/FitTrackee/issues/701. It's not exactly the same problem, but it's to link the two issues on GitHub.
Hi @kmorinCL Thanks for working on this issue. OpenElevation is one of the solutions I had in mind, another would be to use [srtm.py](https://github.com/tkrajina/srtm.py), but I haven't looked into it....
> I do not know in which case only a few elevations are missing, perhaps it cannot happen I've encountered this case before, but it was a long time ago...
Hi! Thanks for the PR. I'll take a look in the next few days. In the meantime, is it possible to make changes from `dev` branch? (see [CONTRIBUTING.md](https://github.com/SamR1/FitTrackee/blob/master/CONTRIBUTING.md#pull-requests)) Thanks.
Hi! > I added the open-elevation in the config, I don't know if it'd rather be configurable in the admin UI. It's OK to set the URL in `.env` (as...
no worries, I'll make the changes :) > I do not know why, but I can't launch fittrackee locally anymore... What is the error encountered?
If you are working without docker, run the following command to install Javascript dependencies (`vue-leaflet-markercluster` was introduced in version 1.0.0): ``` $ make install-client-dev ``` With docker, the command is:...