nextcloud / text

📑 Collaborative document editing using Markdown
GNU Affero General Public License v3.0
546 stars 87 forks source link

"File could not be loaded. Check your internet connection" #5939

Closed ciropom closed 3 months ago

ciropom commented 3 months ago

Describe the bug After a variable (small in the nextcloud app for android, large in browser) time without interaction, the text app displays the message:

"File could not be loaded. Check your internet connection"

with a "Reconnect" button that doesn't work either.

To Reproduce Steps to reproduce the behavior:

  1. Open any md file
  2. add/modify some text
  3. change browser tab or android app for a while
  4. See error

Expected behavior The text should remain editable even if I opened the file some time ago.

Screenshots Screenshot from 2024-06-23 15-58-57 Screenshot from 2024-06-23 16-11-02

Server details:

Client details:

Logs #### Nextcloud log (data/nextcloud.log) ``` Insert your Nextcloud log here ``` #### Browser log ``` Insert your browser log here, this could for example include:
juliushaertl commented 3 months ago

Thanks for reporting. This seems like a duplicate of https://github.com/nextcloud/android/issues/12138 with a possible fix in https://github.com/nextcloud/text/pull/5662