#Sumit-product list

1 messages · Page 1 of 1 (latest)

placid karma
#

@heady nacelle hi! what does "it won't work" mean exactly, what do you see versus what you expected to see?

heady nacelle
#

Ok so created two products in test mode, and have 5 products in live mode, my code works works fine and fetched all products with live key but when i switch to test key it says fetching succes but it sends empty array instead of two test products

placid karma
#

can you send me the request ID req_xx of the GET request you're making?

heady nacelle
#

wait give me few mins I will send

#

req_3SDdTYvi286wsm

#

This it the req id

placid karma
#

thanks, looking

#

that request returned 2 things as far as our internal logging says

#

what code did you use exactly or how did you determine that it returned an empty array?

heady nacelle
#

So I receive the data in my node server than send that plant list to front end there i console log

#

but that response object is empty

placid karma
#

I'd suggest adding some more logging/breakpoints and things to see what might be happening

#

as far as I can tell we returned an array with two items so maybe something is going wrong on your side