Closed michaelangeloio closed 1 year ago
I am also facing the same issue as
Uncaught TypeError: Cannot read properties of undefined (reading 'remove') at dismissPopup (ExpoWebBrowser.web.ts:33:1) at listener (ExpoWebBrowser.web.ts:158:1) at sentryWrapped (helpers.js:74:1)
I am also facing the same issue as
Uncaught TypeError: Cannot read properties of undefined (reading 'remove') at dismissPopup (ExpoWebBrowser.web.ts:33:1) at listener (ExpoWebBrowser.web.ts:158:1) at sentryWrapped (helpers.js:74:1)
My Issue was resolved by upgrading my expo version from 44 to 45 by applying expo upgrade @45.0.0
This issue is stale because it has been open for 60 days with no activity. If there is no activity in the next 7 days, the issue will be closed.
This issue was closed because it has been inactive for 7 days since being marked as stale. Please open a new issue if you believe you are encountering a related problem.
Summary
Hi Expo Team! Unsure if this is the appropriate place to post this issue; Let me know if there is a better thread to use.
I am receiving the following error when using the
Strava
example forexpo-auth-session
(located here):This is for the Brave Browser, the same issue is occurring on Chrome.
The following error happens on safari (which seems to be related).
In the compiled build files for
ExpoWebBrowser.web.js
(which seems to handle the redirect logic for web), the errors seem to be occuring on lines 17-28, particularly at:That seems like a native object to determine the platform, but I could be wrong.
The redirect works; however, it seems that
maybeCompleteAuthSession
fails when parsing the window object info?What platform(s) does this occur on?
Web
Environment
T
Minimal reproducible example
The code is virtually identical to the example, however, I'm not sure if any other extraneous config (or lack thereof) is causing the issue.