Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Can't load comments or changes on gitlab merge requests page

  • 1 reply
  • 1 has this problem
  • 1 view
  • Last reply by lgerhardt

more options

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.

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)

more options

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