Hey guys, when I go to open a Fulfillment Request ...
# suitecommerce
h
Hey guys, when I go to open a Fulfillment Request to the store in SCIS I get an internal error related to momentjs. Is there any way I can fix this manually/find the file where this is happening? I don't have much experience with SCIS. The deployment is
WEBAPPDEPLOY_REF_POS
“Deprecation warning: value provided is not in a recognized ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non ISO date formats are discouraged and will be removed in an upcoming major release. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info. Arguments: [0] _isAMomentObject: true, _isUTC: false, _useUTC: false, _l: undefined, _i: 1/20/2021 65132 pm, _f: undefined, _strict: undefined, _locale: [object Object] undefined”
m
Happens when the moment object is initialized from a date string and without a date format (it tries to guess the date format).
h
Is there any way to edit this base file? I can't even find it