-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mailer failure doesn't show a reasonable error message #74
Comments
Thanks @StephenGrider! I'll make sure to have that addressed too 😄 |
@StephenGrider Did you manage to get rid of the error? Cheers. |
@kevin-DL it seems what was missing was activating the mailgun account. Did you verify your e-mail address? |
@trenpixster : yes i have, in my case i have looked into it and it seems like it's not retrieving the configuration information. I will check my config.exs to see if i might have made a typo. |
That was it, some of my environment variables were not set properly. Cheers. It works on my local machine but not on heroku any ideas? |
It works properly on my local machine but not on heroku. |
I'm having this exact issue. I'm using the the sandbox API that Mailgun creates when you sign up as my DNS haven't yet been verified. @kevin-DL what environment variables were missing in your case? |
I've tried it on a real, verified, active domain associated to a verified Mailgun account, but it keeps on failing exactly like in the issue description. |
I'm having the exact same problem. I've added mailgun through heroku and copied the API-url from the active sandbox domain into addict during installation. |
In my case for my local env i was missing the env variable for the mailgun key was not set properly so returned nil when accessed |
It however does not work properly on heroku @Devalo for some reason. It was working at some point today but after an update it stopped working |
In my case it fails with Addict 0.2.4 and Mailgun client 0.1.2. I've tried with the same Mailgun credentials in the example app that comes with Addict, and I get this error instead:
|
Really weird, everyone :| Can you try running |
It works now! Thanks :) -- Tried it on the example app. |
Did not work for me. I will re-try my heroku install from scratch and see how it goes |
a |
Yeah, same issue, and |
Received error:
|
In case this happens to anybody else, the issue was my it was had to change it to |
This sent me in the right direction. The updated link was in the API section of my Sending domains in any of the pre-built programs. In my case, they added a /messages to the end fo the domain... |
Love this project, thanks so much! This may be out of scope of Addict; I'm adding it as an issue to help others who run into it.
Walking through the
readme
setup guide, I encountered an error when attempting to create an account on the/register
route.Error:
Steps to reproduce:
/register/
endpoint and create an account. Server throws a 500.The text was updated successfully, but these errors were encountered: