Strange problem when loading the homepage #730
Replies: 2 comments 2 replies
-
Hi Alexandra! There is not a lot of context of your error and I don't know what you have already investigated yet. Do you have a map on your homepage using leaflet? Maybe these two posts can help if it has do with leaflet: This not really a solution from my side but hopefully it can help in anyway. |
Beta Was this translation helpful? Give feedback.
-
There's a chance that it's the data that causes this issue, especially because you say you didn't change anything about the homepage. But you did add the functionality of adding new locations with coordinates. These coordinates would need to be correct for leaflet to show them on the map. Have a look in the database if the coordinates are actually valid. |
Beta Was this translation helpful? Give feedback.
-
Problem with loading the homepage.
For the last few user stories I haven't changed anything on the homepage and suddenly it stopped loading and gives an error (Cannot read properties of null (reading 'lat')). At the same time "lat" is not present in my project!
My PR.
Beta Was this translation helpful? Give feedback.
All reactions