Replies: 1 comment
-
@bradrice You'd expect a 500 "Internal server error" means some sort of temporary outage at Mailgun, and "please try again soon" would seem to fit with that. You might check https://status.mailgun.com/. But you said sending worked with curl. And Mailgun has a history of using incorrect http status codes and cryptic error messages to indicate actual problems with the request. I'm not familiar with coderedcms, so I don't know what its contact form might be doing. Does this happen every time you submit the form, or does it sometimes work? Here are some common problems you might check:
If none of that helps, there are two other troubleshooting steps that might be useful:
|
Beta Was this translation helpful? Give feedback.
-
I'm trying to use a coderedcms form page to create a contact form. It works fine, echoing to the command line locally, but when I use it on my server I get a 500 error when I submit. I don't get anything very useful in the logs to figure out what is going on. This is my prod setup for the anymail setup to send email to the Mailgun api. I can send using the command line with curl from the server.
I don't see anything in the docs to help me. I do find the submission is putting the form into the sqllite3 db fine, but when it submits I get
Internal server error
Sorry, there seems to be an error. Please try again soon.
Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions