-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Favorites not showing on maps #307
Comments
Same as #305 |
Sorry I wasn't aware of the other issue. How quick do changes on master usually move into release here? |
After updating to 0.1.5 i have only: Tracks where working before the update. NK Version 18.01 upgraded from 18.0 Have done: |
@Bergum @RadoslawDryzner @r3pek Could you check the browser console error log and show complete error lines? I'm quite surprised the fix does not work. Let's find out and fix it! |
Could you check the browser console error log and show complete error lines? How do that? |
In Firefox and Chromium: press F12 (or equivalent 😉) and go to "console" tab. Then reload the page and look for red lines mentioning errors. |
VM650:1 Uncaught SyntaxError: Unexpected token , in JSON at position 413 |
Like this 3 ones? favoritesController.js:730 Uncaught ReferenceError: cat is not defined |
@doc75 Great. So you will release a fix soon? |
@Bergum I cannot say as I am not a maintainer of this repo (this is my first contribution to maps ;-) ) |
After adding var as suggested, i still have error in bouth your favorites favoritesController.js:730 Uncaught ReferenceError: cat is not defined and in Your tracks: VM897:1 Uncaught SyntaxError: Unexpected token , in JSON at position 413 |
Hello same issue, FYI I also just tried with the git version, same results. I get the following messages in Console:
|
Signed-off-by: Julien Veyssier <[email protected]>
@Bergum, @RadoslawDryzner, @gioulisapo: Now that v0.1.6 is released you might give it a try to see if it is solving your issue (#305 is fixed in v0.1.6). |
I think this issue is fixed, although the favorite star icons are transparent now (I've filed a separate bug for this #866) |
Hello,
I have noticed a bug in the latest version when running the maps app within Nextcloud. Simply said, the favorites added on the map do not show on the map. If you inspect the responses to requests done by the browser, you can see the favorites are actually returned with their ID and coordinates, but simply do not appear on the map. The favorites icon on the left is always set to "loading".
The setup I am running is the following. It should be very easy to reproduce.
Steps to reproduce:
docker pull nextcloud
docker run -d -p 8080:80 nextcloud
localhost:8080
The whole setup shouldn't take longer than 5 minutes to reproduce.
I am quite new in Netxcloud so I am not familiar with which logs could be relevant here. If you tell me which ones are important, I am happy to provide them.
The text was updated successfully, but these errors were encountered: