While I'm waiting for my support ticket to be addressed, I thought I'd seek some help here.
I'm trying to merge my development branch into the main branch, but the process keeps getting stuck during the loading phase. I've attempted this both locally and through the web interface, but neither approach has been successful. When inspecting the web version, I encountered the following error:
Uncaught Error: Null check operator used on a null value at Object.lRt (main.dart.js:141247:31) at cPz.n7x (main.dart.js:141008:17) at dLy.cCw (main.dart.js:358045:43) at main.dart.js:357959:8 at jwq.a (main.dart.js:5382:63) at jwq.$2 (main.dart.js:181548:14) at jg7.$1 (main.dart.js:181542:21) at dgy.alT (main.dart.js:183012:34) at i94.$0 (main.dart.js:182053:11) at Object.bt6 (main.dart.js:5535:40)
Has anyone come across this issue before, or have any idea what might be causing it?
Any help would be greatly appreciated!