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
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
The text was updated successfully, but these errors were encountered:
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:
runtime.exs
filedev.exs/prod.exs
toruntime.exs
Expected behavior
Sending of sms should still work as before when the configuration was in
prod.exs
The text was updated successfully, but these errors were encountered: