I have a google cloud function that returns a JSON dictionary but bubble is parsing it as text and won’t allow me to choose JSON as the response type because “API returns non object and you choose JSON”
I have confirmed though POSTMAN that the response is indeed a properly formatted JSON object, then why does bubble not see it properly, what am I doing wrong?
Right on! Looks like that’s the issue, I’ll have to modify the function to return empty where NaN, but that solves it (as per test), thank you so much Adam!