You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returns Error 403: Forbidden, thus it continues without downloading the leaflet zip file that contains the necessary javascript files for the maps(with CSS and image files as well).
Solution:
Changing the Leaflet version number to the latest release solved the problem in my case.
In the file "install_dependencies.sh", change the #129 line
LEAFLET_VERSION="1.2.0"
to
LEAFLET_VERSION="1.8.0" (as of July 19, 2022, the latest version is "1.8.0").
Hi, I have installed misp-dashboard, I can see the everything but the maps! there are no maps, the boxes are blank. any ideas?
thank you
The text was updated successfully, but these errors were encountered: