gpxpod
gpxpod copied to clipboard
Problem with the menu link (nextcloud 29.0.0)
Gpxpod ♥ (v5.0.18)
Under nextcloud 29 the menu link is missing (but there is the icon). I have to enter the url (...)/index.php/apps/gpxpod/ to go to the application.
Here is what I have in source code (firefox) and you can see that the link is missing (href="") !?
<li data-v-62f74e6b="" data-app-id="gpxpod" class="app-menu-entry">
<a data-v-62f74e6b="" href="" aria-label="GpxPod" title="GpxPod" class="">
<img data-v-62f74e6b="" src="/apps/gpxpod/img/app.svg" alt="">
<div data-v-62f74e6b="" class="app-menu-entry--label">
GpxPod
<!---->
</div>
</a>
</li>
I have the same problem with phonetrack (https://github.com/julien-nc/phonetrack/issues/45).