I have an API call that takes two inputs.
When I call it from Bubble, I get a 500 error when one of the inputs is the following block of text. However, it does work when I call the API from a jupyter notebook with the same inputs.
I own the API, so I took a look at the error that was being produced. Below is a screenshot of the error and the code that it is referring to. It looks to me like Bubble isn’t sending the request body.
I have seen this article ( Hard limits | Bubble Docs), but I don’t think that I’m hitting any of these limits. The text is only ~5,000 characters and can be encoded to utf-8.
What am I missing?