Mailtrain-org / mailtrain

Self hosted newsletter app
GNU General Public License v3.0
5.51k stars 692 forks source link

MailtrainReactBody is not defined #1342

Closed drummerroma closed 6 months ago

drummerroma commented 1 year ago

After starting the docker-container Mailtrain gives blank screen and the following error in the developer console

Uncaught ReferenceError: MailtrainReactBody is not defined
 <anonymous> https://mailinglist.xxxx.com/:42
[mailinglist.xxx.com:42:9](https://mailinglist.xxxx.com/)

Docker log output:

mailtrain  | info ZoneMTA ZoneMTA process started
mailtrain  | info Express WWW server [trusted] listening on port 3000
mailtrain  | info Express WWW server [sandbox] listening on port 3003
mailtrain  | info Express WWW server [public] listening on port 3004
mailtrain  | info Importer Importer process started
mailtrain  | info Feed Feedcheck process started
mailtrain  | info HTTP GET / 500 121.148 ms - -
mailtrain  | info HTTP GET /client/mailtrain.css 500 2.630 ms - -
mailtrain  | info HTTP GET /static-npm/jquery.min.js 500 1.496 ms - -
mailtrain  | info HTTP GET /static-npm/popper.min.js 500 1.459 ms - -
mailtrain  | info HTTP GET /static-npm/bootstrap.min.js 500 1.420 ms - -
mailtrain  | info HTTP GET /static-npm/coreui.min.js 500 1.351 ms - -
mailtrain  | info HTTP GET /static-npm/coreui.min.js 500 3.012 ms - -
mailtrain  | info HTTP GET /static/favicon.ico 500 2.097 ms - -
mailtrain  | info Senders Worker process 1 started
mailtrain  | info Senders Worker process 2 started
mailtrain  | info Senders Worker process 0 started
mailtrain  | info Senders Worker process 4 started
mailtrain  | info Senders Worker process 3 started
mailtrain  | info Senders Master sender process started
mailtrain  | info Triggers Starting trigger check service
mailtrain  | info GDPR Starting GDPR cleanup service
mailtrain  | info ReportProcessor Trying to start worker because runningWorkersCount=0 maxWorkersCount=1
mailtrain  | info ReportProcessor No more reports to start a worker for
mailtrain  | info Service All services started
mailtrain  | info HTTP GET / 200 9.696 ms - -
mailtrain  | info HTTP GET / 200 3.107 ms - -
talheim-it commented 6 months ago

We are going to start with the development and testing of mailtrain v3 in the next weeks.

You are welcome to help us with the testing as soon as the first release candidate is available.