We’ve started to see a high amount of errors without a clear explanation (i.e. GraphQL operational errors: Internal error. Looks like something went wrong on our end) when our app tries to add multiple lines to an order.
This doesn’t happen on every store, just a few, and it doesn’t seem related to the amount of lines we’re trying to add since the ones that fail have around 5 lines and with a test we performed, we were able to add 15 without issues.
Are you seeing this on just one store or multiple stores? I am seeing an error related to LineItemChangesetNotFoundError on the requestId you’ve provided but there doesn’t seem to be other reports of this issue so I’m thinking it’s possibly specific either to this store or the app?
It had happened on 3 stores at the time of posting but I’ve seen one new this morning. It definitely doesn’t happen on every store which is strange.
I don’t see how this could be specific to the app since it’s not failing on most stores, and when running the same process synchronously it does work. Also. it started failing without us doing any changes around that portion of the code
Are the mutations that are failing recently also adding low numbers of line items (eg: five)? Have connected with other teams here too, to help identify what may be happening.
That is correct. At some point we thought it could be related to the amount of lines, but on a store that isn’t failing, we were able to add 15 lines simultaneously. I can provide more failed transactions if your team needs fresh ones too
Still trying to determine what is causing this. If you have another error code/ headerID where there’s a low number of line items that would be helpful.