So it is clear that crawler introduce this problem for me.
Am I the only one has this problem in Prod? Any suggestions on how to fix this?
I tried adding :wx in my extra_applications, and install libwxgtk3.0-gtk3-0v5 libwxbase3.0-0v5 erlang-wx in my dockerfile, but it did not solve my issue.
When I add
crawler
as deps and run my app, I got this working:Digging into this, I found that
_build/prod/lib/crawler/ebin/crawler.app
haswx
inside applications:So it is clear that
crawler
introduce this problem for me. Am I the only one has this problem in Prod? Any suggestions on how to fix this?I tried adding
:wx
in myextra_applications
, and installlibwxgtk3.0-gtk3-0v5 libwxbase3.0-0v5 erlang-wx
in my dockerfile, but it did not solve my issue.