You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add `$ELIXIR_ERL_OPTIONS` env variable and set to `+fnu` to avoid this warning:
```
warning: the VM is running with native name encoding of latin1 which may cause Elixir to malfunction as it expects utf8. Please ensure your locale is set to UTF-8 (which can be verified by running "locale" in your shell) or set the ELIXIR_ERL_OPTIONS="+fnu" environment variable
```
In my case, this was when I activated the `rabbitmq_management` plugin.
Signed-off-by: Fakhri A <[email protected]>
0 commit comments