MetaMask / metamask-mobile

Mobile web browser providing access to websites that use the Ethereum blockchain
https://metamask.io
Other
2.18k stars 1.12k forks source link

[Sentry] Error: Permissions request with id "W9-3VoaQ_Dc43lK7Nzfob" not found. #10882

Open sentry-io[bot] opened 3 months ago

sentry-io[bot] commented 3 months ago

Sentry Issue: METAMASK-MOBILE-2PFF

Error: Permissions request with id "W9-3VoaQ_Dc43lK7Nzfob" not found.
  at ?anon_0_ (app/components/Views/AccountConnect/AccountConnect.tsx:381:73)
  at handleUserActions (app/components/Views/AccountConnect/AccountConnect.tsx:477:24)
  at anonymous (app/components/Views/AccountConnect/AccountConnect.tsx:509:22)
  at anonymous (app/component-library/components/Toast/Toast.tsx:76:22)
...
(40 additional frame(s) were not displayed)

app/components/Views/AccountConnect/AccountConnect.tsx in ?anon_0_ at line 357:73

    try {
      setIsLoading(true);
      /*
       * TODO: update request object to match PermissionsRequest type
       */
      await Engine.context.PermissionController.acceptPermissionsRequest(
        request,
      );
      triggerDappViewedEvent(connectedAccountLength);
sentry-io[bot] commented 1 month ago

Sentry Issue: METAMASK-MOBILE-2QRJ