Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Opening multiple etherpads on the same view is inconsistent #12

Closed
codeofmochi opened this issue Mar 14, 2023 · 0 comments · Fixed by #14
Closed

Opening multiple etherpads on the same view is inconsistent #12

codeofmochi opened this issue Mar 14, 2023 · 0 comments · Fixed by #14
Assignees
Labels
bug 🪲 Something isn't working v1.0.1

Comments

@codeofmochi
Copy link
Collaborator

codeofmochi commented Mar 14, 2023

Etherpad will always open a single one among them.

This is probably caused by the server sending a different cookie value for each pad, the browser thus overwrites the previous cookie value. The cookie value can be a comma-separated list of session IDs, so we need to remember which ones to send (see getSessionOfAuthor from Etherpad API). We can also implement the cleanup mechanism as in #6 after the response.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug 🪲 Something isn't working v1.0.1
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant