Hi
I have an API call to parse products from the LemonSqueezy store (Stripe alternative).
This API call has a pagination option to get not 10 but 100 responses, for example (https://docs.lemonsqueezy.com/api#pagination)
This function worked perfectly fine for months.
But now it doesn't work.
My guess — Xano started to treat [size] as a list. Even though it's a text.
Here's what it looks like in debug mode. You can see that URL got its weird irrelevant symbols ("%7B%22", etc)
Everything works if I add this parameter directly to the URL.
But I don't want to do it, because it's clumsy and inconvenient (and I need to change all API calls too).
If I doing something wrong — please help me out. But I haven't changed the functions and they worked perfectly fine 1 week ago.
Thanks!