reaction icon indicating copy to clipboard operation
reaction copied to clipboard

Unable to retrieve totalCount from flatRateFulfillmentMethods query

Open vannguyenn opened this issue 1 year ago • 10 comments

Issue Description

flatRateFulfillmentMethods query throws an error when trying to retrieve totalCount

Screen Shot 2022-07-18 at 13 37 36

Steps to Reproduce

  1. Retrieve totalCount from flatRateFulfillmentMethods query

vannguyenn avatar Jul 18 '22 06:07 vannguyenn

This problem seems similar to this one: https://github.com/reactioncommerce/reaction/issues/6509

The source of the problem might be coming from api-utils but further debugging is required

tedraykov avatar Jul 18 '22 07:07 tedraykov

@zenweasel @vannguyenn Can I work on this issue?

sunakshijain avatar Oct 18 '22 10:10 sunakshijain

@sunakshijain sure, give it a shot. You are assigned.

zenweasel avatar Oct 18 '22 10:10 zenweasel

@zenweasel I am getting below error while starting the app- Screenshot 2022-10-20 at 5 06 07 PM

Is there a way to resolve this?

sunakshijain avatar Oct 20 '22 11:10 sunakshijain

@sunakshijain I don't see any error message so I can't really tell what's happening. Is this before you have made any changes?

zenweasel avatar Oct 20 '22 12:10 zenweasel

yes

@sunakshijain I don't see any error message so I can't really tell what's happening. Is this before you have made any changes?

yes. I am doing the normal setup.

sunakshijain avatar Oct 20 '22 12:10 sunakshijain

@sunakshijain never seen that before @tedraykov @vanpho93 any ideas?

zenweasel avatar Oct 20 '22 12:10 zenweasel

@sunakshijain what OS are you on?

zenweasel avatar Oct 20 '22 12:10 zenweasel

Removing node_modules and instilling again usually solved such problems for me

I use this script to recursively remove them from packages:

find . -name 'node_modules' -type d -prune -exec rm -rf

tedraykov avatar Oct 20 '22 12:10 tedraykov

Removing assignment and moving back to queue due to lack of activity

zenweasel avatar Nov 17 '22 00:11 zenweasel