App reviews, troubleshooting, and recommendations
"Hello everyone,
I'm currently working on a Remix app and I'm trying to connect with meta-fields using the documentation provided here: [link to documentation]. However, when making the API request, I'm getting a response with {size: 0}. I've double-checked my code and followed the documentation, but I'm still facing this issue. Could anyone help me understand why I might be getting this response and how to resolve it? Any assistance would be greatly appreciated.
Thank you!"
Solved! Go to the solution
This is an accepted solution.
you have to call .json to the response received.
eg:
let res = await graphQLCall();
let actualResponse = res.json();
Now it will give the JSON response of the call..
This is an accepted solution.
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025