Postorius: Dropdown menus problem
In my latest iteration I installed Maxking docker-mailman by downloading the files (git clone https://github.com/maxking/docker-mailman.git) and building the images myself by modifying docker-compose.yaml like this:
services: mailman-core: container_name: mailman-core build: context: ./core dockerfile: Dockerfile-alternate Same thing goes for mailman-web. Only modification was changing the uid/gid in the images to make it equal to the local user on the host.
Now a few things are not working. In Postorius <server>/postorius/lists/<listname>) there is a menu row (Subscription requests|Held messages|Members|Settings|Mass operations|Banned addresses etc). The two items Members and Mass operations should normally show a drop-down menu when clicked, but here nothing happens. Same thing for the Admin menu (can't access Logout, amongst other things).
In Hyperkitty, messages are not loaded properly. In various places on the page I see spinning discs indicating something is loading, but nothing happens.
Any ideas?
Thor
I'll add some additional information. Chrome inspect to the rescue :-) I don't know what it means. Is it Nginx that needs configuration? Could it be because I still lack the certificate for https?
Refused to execute script from 'https://myserver/static/postorius/libs/jquery/jquery-1.11.3.min.js' because its MIME type ('') is not executable, and strict MIME type checking is enabled. myserver/:1 Refused to execute script from 'https://myserver/static/postorius/libs/bootstrap/js/bootstrap.min.js' because its MIME type ('') is not executable, and strict MIME type checking is enabled. myserver/:1 Refused to execute script from 'https://myserver/static/django-mailman3/js/main.js' because its MIME type ('') is not executable, and strict MIME type checking is enabled. myserver/:1 Refused to execute script from 'https://myserver/static/postorius/js/script.js' because its MIME type ('') is not executable, and strict MIME type checking is enabled.
-rw-r--r-- 1 ubuntu ubuntu 95957 Dec 1 16:18 jquery-1.11.3.min.js
Answering myself again... problem solved. It was indeed the missing certificate in nginx configuration that caused my grief. Thank you again for your patience :-)
Thor
participants (2)
-
Thor Atle Rustad
-
thor.rustad@gmail.com