metamask-mobile icon indicating copy to clipboard operation
metamask-mobile copied to clipboard

[Sentry] Error: Request of type 'smart_transaction_status' already pending for origin wc::https://rainbowbridge.app. Please wait.

Open sentry[bot] opened this issue 1 year ago • 2 comments

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)

sentry[bot] avatar Feb 25 '25 18:02 sentry[bot]

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.

DanielTech21 avatar Jun 04 '25 10:06 DanielTech21

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.`;

dan437 avatar Jun 13 '25 11:06 dan437