owncloud / web

:dragon_face: Next generation frontend for ownCloud Infinite Scale
https://owncloud.dev/clients/web/
GNU Affero General Public License v3.0
443 stars 157 forks source link

Opened documents get automatically closed #7008

Closed tbsbdr closed 2 years ago

tbsbdr commented 2 years ago

Steps to reproduce

  1. Login to https://ocis.ocis-wopi-demo.owncloud.works/
  2. edit a document in collabora or onlyoffice
  3. do nothing - wait ~ 10 minutes (document is opened in collabora/onlyoffice)
  4. files list gets shown (opened document gets auto-closed) image

Expected behaviour

Tell us what should happen the open document should be permanently displayed and not auto-closed after ~10 mins

Actual behaviour

files list gets shown (opened document gets auto-closed)

tbsbdr commented 2 years ago

I guess this is related to https://github.com/owncloud/web/issues/7030

kulmann commented 2 years ago

I guess this is related to #7030

Yes, the token refresh causes a hard page reload and goes to the personal page again. Closing here as duplicate / symptom.