inventaire / inventaire-client

webapp coupled to the inventaire server :books:
https://inventaire.io
47 stars 16 forks source link

Cannot set map position #487

Closed oliverpool closed 3 months ago

oliverpool commented 3 months ago

Hello,

while logged-in, if I:

I get

undefined has no properties

image

The console log indicates

TypeError: undefined has no properties
    i nominatim.js:14
[loggers.js:55:10](webpack://inventaire-client/app/lib/loggers.js)
    i loggers.js:55
    update flash.svelte:22
    De scheduler.js:111
    Te scheduler.js:75
    n await_block.js:55
    Ke await_block.js:66

However I think the line numbers are not correct, because line 14 of nominatim.js is actually executed (the https://nominatim.openstreetmap.org/search?q=Paris&format=json&accept-language=en request is successfully sent).

maxlath commented 3 months ago

Thanks for reporting! That should now have been fixed by e5edb7e8a, please re-open the issue if that's still not working for you