-
-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Error on /user/[username]
route on some Mobile browsers
#1493
Comments
Do you have any stacktrace information? |
None for now, I will have to figure out a way to access the Will revert asap! |
Here @brandonroberts main-9025912cef66298b.js:1 - TypeError: J.pathname.split(...).at is not a function
at eP (9055.30fa0038a7658f88.js:1:21330)
at ab (framework-aec4381329cec0e4.js:9:60911)
at i (framework-aec4381329cec0e4.js:9:119455)
at oO (framework-aec4381329cec0e4.js:9:99104)
at framework-aec4381329cec0e4.js:9:98971
at oF (framework-aec4381329cec0e4.js:9:98978)
at ox (framework-aec4381329cec0e4.js:9:95730)
at oC (framework-aec4381329cec0e4.js:9:96119)
at r4 (framework-aec4381329cec0e4.js:9:44772)
at framework-aec4381329cec0e4.js:9:93622 main-9025912cef66298b.js:1 - A client-side exception has occurred, see here for more info: https://nextjs.org/docs/messages/client-side-exception-occurred |
Looks like its coming from here https://github.com/open-sauced/insights/blob/c4c56098826f085e5c551e088ac4fc3ada969f34/components/organisms/ContributorProfileTab/contributor-profile-tab.tsx#L67 Could be a browser support issue |
Hey @takanome-dev You will be needing to use Learn More - https://www.browserstack.com/guide/chrome-mobile-debugging#toc0 In regard the Chromium relation, I thought the same too, but it just doesn't happen to apply, I don't know why. I will really want you to recreate the issue first, then we can try figure out how to use a polyfill for this or what best way to move forward. |
.take |
🎉 This issue has been resolved in version 1.61.0-beta.8 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 1.61.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Describe the bug
On Visit to
user/[username]
route specifically on the Brave Browser Mobile, the error below occurs.This as been the case for as long as I've been in the community, 1.5month+ now.
It work alright on
Chrome Mobile
browsers I have since tested on other browser I can reach on my mobile and here' are the resultsWorks
✅Application Error
❌Application Error
❌Application Error
❌Steps to reproduce
On the browsers stated as ones with error.
/feed
/user/[username]
Expected Behaviour
The User Profile should be opened normally
Actual Behaviour
The page opens to an error message
Application error: a client-side exception has occurred (see the browser console for more information).
Browsers
Opera, Other (add additional context)
Additional context (Is this in dev or production?)
Brave Mobile, Kiwi, Opera Mini
Code of Conduct
Contributing Docs
The text was updated successfully, but these errors were encountered: