I have an app that is currently using xlsxir to parse excel files. Everything works fine in development, but when running in production, I get an error with module :erlsom is not available (one of xlsxir’s dependencies)
I haven’t had any issues with any other dependencies, but this is a mix task that is run via cron with quantum. I don’t think it’s an issue with quantum though, because I can connect via remote console & manually run the task, and still get the same error.
Is there anything obvious I might be missing here?
I’m using elixir v1.5.2 in both dev & prod, and using distillery v1.5.0 + edeliver v1.4.2 for deployment.






















