API Connector not working

My API call works with Postman and it works when initialized via the Bubble API connector. However, when the call is made on the actual website, it returns a 500 internal server error and this is the response:

{
“error_class”: “UnexpectedError”,
“args”: {
“code”: “1741884584313x183962102597949220”
},
“message”: “Sorry, we ran into a temporary bug and can’t complete your request. We’ll fix it as soon as we can; please try again in a bit!”
}

Here’s how it’s set up in API connector:

I have tried deleting the API connection in the API connector and redoing it, but that doesn’t help.

Also, for more context. This was working just fine for about a year and then all of a sudden stopped working yesterday even though we have made no updates to any backend server or frontend Bubble design.

500 error normally come from the Server you are calling. Could be something wrong in your request or just a server issue. Hard to say.

You are saying that it’s work in Postman… you should try to send the request from Postman and send the same request from Bubble to a tool like requestbin and compare both request (including header).

One header that could be requested by the server is the Content-type and user-agent. Both are not always included in request (depending of which version of Bubble you are)