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.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025