On Tue, Apr 16, 2019, at 7:40 AM, brian@emwd.com wrote:
So I create a template with just one line of text and I save it. When I go subscribe to the list, Postorius throws this error message:
"A server error occurred. Please contact the administrator."
The core mailman.log records a whole bunch of exemptions:
<snip>
requests.exceptions.ReadTimeout: HTTPConnectionPool(host='mailman-web', port=8000): Read timed out. (read timeout=5)
Removing the template allows normal subscriptions and the generic welcome message is sent out.
How are you deploying your images?
With the default compose file provided with the images, mailman-web
container
should be reachable from mailman-core
container at "http://mailman-web:8000".
If that does not work, there is something wrong in how you are deploying the images. You can set an environment variable to wherever Django from Mailman-web container is listening at " POSTORIUS_TEMPLATE_BASE_URL=http://IP:port"
-- thanks, Abhilash Raj (maxking)