Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refreshing a long chain of messages will cause a "Connection Closed" error unless loading from local storage #53

Closed
kouwei32 opened this issue Jul 28, 2021 · 1 comment
Labels
wontfix This will not be worked on

Comments

@kouwei32
Copy link

To reproduce:

  1. Create a long chain of messages in Discohook that results in the URL expanding to very large lengths (45k characters in my case)
  2. Refresh Discohook
  3. Observe ERR_CONNECTION_CLOSED

This is a serious issue because it can cause unexpected data loss unless a backup is made. Additionally, loading data from URL is generally bad practice too since it can cause massive lag in the browser when address bar autofill is active.

@maddysrc
Copy link
Member

This error comes from cloudflare's limits and can't be fixed

@maddysrc maddysrc added the wontfix This will not be worked on label Jul 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants