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
After enabling the MISP.footer_logo within the web UI settings, the MISP web UI became unresponsive, displaying only a black bar at the top without any text. The rest of the interface fails to load, and access to other sections is missing.
Probably this problem is not specific to the Docker version, but rather to MISP, so maybe the issue is wrong here?
Steps to Reproduce:
Change the MISP.footer_logo setting to true.
Refresh the site.
Solution:
Disable or reset the MISP.footer_logo setting via the console using and restart the docker.
After enabling the MISP.footer_logo within the web UI settings, the MISP web UI became unresponsive, displaying only a black bar at the top without any text. The rest of the interface fails to load, and access to other sections is missing.
Probably this problem is not specific to the Docker version, but rather to MISP, so maybe the issue is wrong here?
Steps to Reproduce:
Solution:
Disable or reset the MISP.footer_logo setting via the console using and restart the docker.
app/Console/cake Admin setSetting MISP.footer_logo "" --force
The text was updated successfully, but these errors were encountered: