On Fri, Sep 4, 2020, at 8:34 AM, Jane Anara via Mailman-users wrote:
Thank you Abhilash for your reply. I installed Mailman Core version 3.3.1.
After your message, I ran
mailman start
and then ran the development server. It complained of the port already in used and exited. That is what I got in the past as well. This time, I changed the CORE REST API port on django settings.py from port 8000 to 8001 and ran the development server (which I often ran on 8001) on port 8006. The error has gone away.
By default, Core's REST API runs on Port 8001 and Django uses 8000. If you were using 8000 for the Core's Port in settings.py, that would mean Postorius was trying to talk to itself and hence the 404 errors with the URLs.
Thank you for your help.
Regards, Jane
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
-- thanks, Abhilash Raj (maxking)