The Share page is completely empty, and /unshare does nothing #3526

Closed
opened 2026-02-16 17:40:31 -05:00 by yindo · 7 comments
Owner

Originally created by @Dragoy on GitHub (Dec 13, 2025).

Originally assigned to: @adamdotdevin on GitHub.

I shared my session to send it to a colleague. However, when I click on the link https://opncd.ai/share/, I get a blank black page. I tried to regenerate the link, but the /unshare command doesn't work—nothing happens!

Originally created by @Dragoy on GitHub (Dec 13, 2025). Originally assigned to: @adamdotdevin on GitHub. I shared my session to send it to a colleague. However, when I click on the link https://opncd.ai/share/<id>, I get a blank black page. I tried to regenerate the link, but the /unshare command doesn't work—nothing happens!
yindo closed this issue 2026-02-16 17:40:31 -05:00
Author
Owner

@rekram1-node commented on GitHub (Dec 13, 2025):

it looks like you are missing the share id?

what version of opencode are you on?

@rekram1-node commented on GitHub (Dec 13, 2025): it looks like you are missing the share id? what version of opencode are you on?
Author
Owner

@Dragoy commented on GitHub (Dec 13, 2025):

it looks like you are missing the share id?

what version of opencode are you on?

v1.0.152
I cannot provide the full link, but I can send it to your email if necessary

@Dragoy commented on GitHub (Dec 13, 2025): > it looks like you are missing the share id? > > what version of opencode are you on? v1.0.152 I cannot provide the full link, but I can send it to your email if necessary
Author
Owner

@Dragoy commented on GitHub (Dec 13, 2025):

With the usual “hello,” everything works: https://opncd.ai/share/izwdCmN7

but in the last session there may have been some characters that could have broken the page

@Dragoy commented on GitHub (Dec 13, 2025): With the usual “hello,” everything works: https://opncd.ai/share/izwdCmN7 but in the last session there may have been some characters that could have broken the page
Author
Owner

@rekram1-node commented on GitHub (Dec 13, 2025):

sure you can email:

aiden@anoma.ly

@rekram1-node commented on GitHub (Dec 13, 2025): sure you can email: aiden@anoma.ly
Author
Owner

@Dragoy commented on GitHub (Dec 13, 2025):

All done!

I checked /unshare in another session, it doesn't work either, nothing happens.

@Dragoy commented on GitHub (Dec 13, 2025): All done! I checked /unshare in another session, it doesn't work either, nothing happens.
Author
Owner

@Dragoy commented on GitHub (Dec 13, 2025):

What I found

Dug around in DevTools and found the cause. There's this error in the page HTML:

ReferenceError: Node is not defined
    at isTriggerTitle (placeholder:43114:92)

Looks like isTriggerTitle function tries to use browser's Node during SSR, but it doesn't exist on the server.

Because of this, one of the hydration keys (000000010000000020000000010) becomes an empty object {}, and React/Solid can't mount — <div id="app"> stays empty.

Session comparison

Broken Working
Messages 57 4
Tool-calls 47 0
Errors in data 2 0
Content in #app empty 25KB
@Dragoy commented on GitHub (Dec 13, 2025): What I found Dug around in DevTools and found the cause. There's this error in the page HTML: ``` ReferenceError: Node is not defined at isTriggerTitle (placeholder:43114:92) ``` Looks like `isTriggerTitle` function tries to use browser's `Node` during SSR, but it doesn't exist on the server. Because of this, one of the hydration keys (`000000010000000020000000010`) becomes an empty object `{}`, and React/Solid can't mount — `<div id="app">` stays empty. ## Session comparison | | Broken | Working | |---|---|---| | Messages | 57 | 4 | | Tool-calls | 47 | 0 | | Errors in data | 2 | 0 | | Content in #app | empty | 25KB |
Author
Owner

@akiba-azuki commented on GitHub (Dec 13, 2025):

Same here.

It worked fine with the new layout around 12:00UTC on the 12th, but I've been getting an empty page since the 13th.
Also, I can't use /unshare.

@akiba-azuki commented on GitHub (Dec 13, 2025): Same here. It worked fine with the new layout around 12:00UTC on the 12th, but I've been getting an empty page since the 13th. Also, I can't use /unshare.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#3526