warning: the VM is running with native name encoding of latin1 which may cause Elixir to malfunction as it expects utf8

I get the following warning message when deploying:

warning: the VM is running with native name encoding of latin1 which may cause Elixir to malfunction as it expects utf8

Any help is appreciated

Hi @mathieube, this looks like maybe something to do with locale settings in your Docker image.

e.g. Warning: the VM is running with native name encoding of latin1 - Questions / Help - Elixir Programming Language Forum

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.