metamask-mobile
metamask-mobile copied to clipboard
[Sentry] Error: Request of type 'smart_transaction_status' already pending for origin wc::https://rainbowbridge.app. Please wait.
Sentry Issue: METAMASK-MOBILE-3CHF
Error: Request of type 'smart_transaction_status' already pending for origin wc::https://rainbowbridge.app. Please wait.
at "message": "Request of type 'smart_transaction_status' already pending for origin wc:: (app:///index.android.bundle)
at value (app/util/smart-transactions/smart-publish-hook.ts:358:55)
at ?anon_0_ (app/util/smart-transactions/smart-publish-hook.ts:210:13)
...
(24 additional frame(s) were not displayed)
The original Sentry alert is not happening since v7.43.0. However, there is a similar Stack Trace to this issue, which is being flagged with the latest build v7.46.2.
Hi @DanielTech21 , I've checked Sentry and indeed the original issue is not happening for the last 2 months. In the new stack trace I don't see any STX-specific file, so it's likely caused by some other feature.
The error is coming from the ApprovalController in the core repo, so I'm assigning it to the Confirmations team:
const getAlreadyPendingMessage = (origin: string, type: string) =>
`Request of type '${type}' already pending for origin ${origin}. Please wait.`;