Error: Something went wrong while performing request: Failed adding user to mautic
Closed this issue · 1 comments
sentry-io commented
Sentry Issue: GOODSERVER-18
Error: Something went wrong while performing request: Failed adding user to mautic
File "./src/server/storage/storageAPI.js", line 161, in ns.then.catch.e
throw new Error('Failed adding user to mautic')
serdiukov-o-nordwhale commented
Probably it's related to the issue with requests duplicates client side
Probably we have to change throttling to the other options to make sure we're performing requests once (e.g. if request in progress - do not send another one etc)