Help needed debugging production-error with `aldeed:tabular` (using MUP)

Hi guys,

I have deployed an app via MUP to a 1 GB DigitalOcean container.

THE PROBLEM:
I can log into the meteor-app and see some pages, BUT the main page withaldeed:tabular does NOT work.

I do NOT see server-errors (using mup logs) and the only thing I see in the console is an tabularInstance is undefined-errror. (“tabularInstance” is my own variable name).

I am really clueless HOW to DEBUG this. Any suggestions? Are there any other logs I could look into?

By the way. I have tried meteor --production locally and everything DOES WORK, but NOT on the MUP-server.

Any ideas?