jsfiddle / jsfiddle-users

Discussions, issues and docs for JSFiddle.
https://jsfiddle.net
314 stars 114 forks source link

Collaboration button doesn't work and throws error #1884

Closed auberonedu closed 2 months ago

auberonedu commented 2 months ago

When I click on the collaborate button on a fiddle, the progress bar slowly moves, but no collaboration session is ever started. The following error occurs in the console:

Uncaught TypeError: Cannot set properties of null (setting 'checked')
    at Object.disableForCollaboration (_dist-editor.js?437ed9d4d0c0e9a4fb707f5584ad25f13b709e99:1:1429508)
    at i.extend.$owner (_dist-editor.js?437ed9d4d0c0e9a4fb707f5584ad25f13b709e99:1:17945)
    at Object.launchCollaboration (_dist-editor.js?437ed9d4d0c0e9a4fb707f5584ad25f13b709e99:1:1430207)
    at i.extend.$owner (_dist-editor.js?437ed9d4d0c0e9a4fb707f5584ad25f13b709e99:1:17945)

I can reproduce this error both when logged in and logged out, both in Safari and Chrome, and on multiple wifi networks. I am running macOS Sonoma 14.5 with an Apple M3 chip.

The collaboration button was properly working for me on September 3rd, 2024. Today is the first time since then that I've tried it.

oskarkrawczyk commented 2 months ago

@auberonedu Thanks for reporting this in, I'll have a look into it tomorrow

oskarkrawczyk commented 2 months ago

@auberonedu Fixed a few things and it seems to be working again.