jjj230
1
API connecter has broken it’s previous, existing behavior
API calls now rewrite requests, breaking calls
We have calls that make a request to some url:
api.example.com/api/payments?expand[]=data.customer
This has worked perfectly for the past year.
Now bubble is changing the url params of these calls, so that the actual request is different and no longer works.
Logs show that the previus api calls are being now sent as api.example.com/api/payments?expand=data.customer
note the missing []
1 Like
jjj230
2
Guessing bubble created this bug when they fixed this other api connector issue:
jjj230
3
This breaks any custom api calls to Stripe that use Stripe’s expand parameter Expanding responses | Stripe Documentation
I’ve filed a report Bug report #22681
jjj230
4
@bubble this is urgent as it changes the existing behavior of API calls in bubble.
@jjj230 I think i need to recheck my API’s now
I don’t understand why bubble gives this kind of surprises 
Thanks a lot 
@sam.morgan please fix this…
Hello - we are deploying a fix for this right now. Sorry for the inconvenience here.
1 Like
system
Closed
7
This topic was automatically closed after 14 days. New replies are no longer allowed.