I'm new to mailtrain and trying the insatllation for the first time. I have an nginx proxy in place already in my server, and for installing mailtrain, I have used one domain name for trusted port, and for the other two, I am trying to redirect them on different paths of the same domain by doing configuration in nginx-proxy
So, if my trusted URL --> "mailtrain.example.com"
sandbox URL --> "mailtrain.example.com/sbox"
public URL --> "mailtrain.example.com/public"
Now, when I am trying to edit the templates, the Mosaico Template Designer is not getting rendered, instead that iframe is blank.
Hi,
I'm new to mailtrain and trying the insatllation for the first time. I have an nginx proxy in place already in my server, and for installing mailtrain, I have used one domain name for trusted port, and for the other two, I am trying to redirect them on different paths of the same domain by doing configuration in nginx-proxy So, if my trusted URL --> "mailtrain.example.com" sandbox URL --> "mailtrain.example.com/sbox" public URL --> "mailtrain.example.com/public"
Now, when I am trying to edit the templates, the Mosaico Template Designer is not getting rendered, instead that iframe is blank.
My docker-compose file is as follows:
My nginx-proxy config is :
Thanks.