element-hq / element-web

A glossy Matrix collaboration client for the web.
https://element.io
Apache License 2.0
10.8k stars 1.9k forks source link

Etherpad Popout Button not working #14925

Open kettenfett opened 3 years ago

kettenfett commented 3 years ago

Description

Etherpad Popout Button not working. Getting "403 Forbidden"

Steps to reproduce

Describe how what happens differs from what you expected.

Logs being sent: no

Version information

The popout Button tries to open a URL like this:

https://scalar.vector.im/api/widgets/etherpad.html?padName=!HltKLmaRClmCrnRPXt:matrix.org_mypad&userName=%40some_username%3Amatrix.org

(pad ID and user ID changed)

But I think, it should send this URL to the Browser instead:

https://scalar.vector.im/etherpad/p/!HltKLmaRClmCrnRPXt:matrix.org_mypad?userName=%40some_username%3Amatrix.org

Because that actually works.

colans commented 2 years ago

I can reproduce this.

Not working:

Working:

The URL provided on the Edit screen works for me, and that doesn't include a username.