
Can't load comments or changes on gitlab merge requests page
If I log into gitlab and look at a merge request, all I see is the initial description, but not any comments. Additionally if I click on the "changes" tab on the site, I get nothing. I also see spinning circles next to "Assignee" and "Reviewer" etc. I'm running v84.0 on a mac. Any suggestions for how I can debug this further? Everything works in safari.
All Replies (1)
I dug into this a little more. In the console log, I see this error:
Uncaught Exception columnNumber: 0 data: null filename: "https://assets.gitlab-static.net/assets/webpack/main.198a928a.chunk.js" lineNumber: 118 message: "" name: "NS_ERROR_FILE_CORRUPTED" result: 2152857611 stack: "ntxz@https://assets.gitlab-static.net/assets/webpack/main.198a928a.chunk.js:118:25698\nn@https://assets.gitlab-static.net/assets/webpack/runtime.d0176776.bundle.js:1:561\nHVBj/<@https://assets.gitlab-static.net/assets/webpack/main.198a928a.chunk.js:44:26373\nHVBj@https://assets.gitlab-static.net/assets/webpack/main.198a928a.chunk.js:44:30584\nn@https://assets.gitlab-static.net/assets/webpack/runtime.d0176776.bundle.js:1:561\n213@https://assets.gitlab-static.net/assets/webpack/pages.projects.show.1bdb1b22.chunk.js:1:30174\nn@https://assets.gitlab-static.net/assets/webpack/runtime.d0176776.bundle.js:1:561\nc@https://assets.gitlab-static.net/assets/webpack/runtime.d0176776.bundle.js:1:430\nr@https://assets.gitlab-static.net/assets/webpack/runtime.d0176776.bundle.js:1:293\n@https://assets.gitlab-static.net/assets/webpack/pages.projects.show.1bdb1b22.chunk.js:1:43\n" <prototype>: ExceptionPrototype { toString: toString(), name: Getter, message: Getter, … } main.198a928a.chunk.js:118
Looking in the https://assets.gitlab-static.net/assets/webpack/main.198a928a.chunk.js file, I see this particular section, don't know if this is causing the issue.
"const S="0.2.0",T={personZwj:"👨â€ðŸ‘©â€ðŸ‘§â€ðŸ‘¦",horseRacing:"ðŸ‡ðŸ¿",flag:"🇺🇸",rainbowFlag:"ðŸ³ðŸŒˆ",skinToneModifier:["🕵ðŸ¿","⛹ðŸ¿","👼ðŸ¿"],"9.0":"🤣","8.0":"🤘","7.0":"🕵",6.1:"😑","6.0":"👺",5.2:"⛵",5.1:"🀄",4.1:"âš™","4.0":"âš¡",3.2:"â™»","3.0":"ℹ",1.1:"â¤"};function C(e,t){const n=4*e,r=t[n+0]||t[n+1]||t[n+2],o=t[n+3];return!(!r||!o)}const k=navigator.userAgent.match(/Chrom(?:e|ium)\/([0-9]+)\./),A=k&&k.length>0,P=k&&k[1]&&parseInt(k[1],10),D=16;function L(){const e=E.a."
I tried doing sessionStorage.clear() and localStorage.clear(), but the error immediately recurs.
Anything else I can try?
Thanks