Describe the bug
When using runtime.exs to configure the package, sending sms fails with the following error
{:error, %{message: "The supplied authentication is invalid", status: 401}}
To Reproduce
Steps to reproduce the behavior:
- Go to
runtime.exs file
- Move configuration from
dev.exs/prod.exs to runtime.exs
- Try sending sms
- See error
Expected behavior
Sending of sms should still work as before when the configuration was in prod.exs