Upgraded to 5.15.1 on my FreeBSD server and my homepage broke. In Chrome and Firefox no widgets are shown and the buttons/menus connected to dashboards are all over the place. See attachment.
Edge is limping along, showing widgets, but with dangling search button and the other buttons as shown in the picture.
I guess I am missing some htmx-stuff (perhaps not listed in requirements.txt) but I could need some help and pointers...
--Ingeborg -- Ingeborg Østrem Hellemo -- ingeborg.hellemo@uit.nomailto:ingeborg.hellemo@uit.no Dep. of Information Technology --- Univ. of Tromsø
nav-users@lister.sikt.no said:
Upgraded to 5.15.1 on my FreeBSD server and my homepage broke. In Chrome and Firefox no widgets are shown
/var/log/httpd-error.log had the line ... File does not exist: /usr/local/share/nav/www/static/js/driver.js, referer: https://nav.uit.no/
Made a crude patch: /usr/local/share/nav/www/static/js/driver.js@ -> libs/driver-1.3.6.min.js
This gave me the widgets back.
--Ingeborg
Upgraded to 5.15.1 on my FreeBSD server and my homepage broke. In Chrome and Firefox no widgets are shown and the buttons/menus connected to dashboards are all over the place. See attachment.
Edge is limping along, showing widgets, but with dangling search button and the other buttons as shown in the picture.
I guess I am missing some htmx-stuff (perhaps not listed in requirements.txt) but I could need some help and pointers...
We found the culprit: Old css-files! Since these haven't changed in ages I had forgot to do the steps to install them.
Nothing to see here! Carry on!
--Ingeborg