I’m getting this error on a page with a REST API model pointing to MailGun.
- METHOD NOT ALLOWED: 405 Method Not Allowed
Method Not Allowed
The method GET is not allowed for the requested URL.
Except, I’m not trying to make any GET requests.
The only method I have on the model is a POST request:

What’s going on here?
