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

modifications lost after a delay of inactivity #633

Closed
tykayn opened this issue Oct 6, 2018 · 1 comment
Closed

modifications lost after a delay of inactivity #633

tykayn opened this issue Oct 6, 2018 · 1 comment

Comments

@tykayn
Copy link

tykayn commented Oct 6, 2018

Describe the bug
after some time without activity (minutes or hours), the user is logged out, be we can still fill cards and move them to other columns. Nothing notifies us our modifications will not be taken, the app acts like everything is ok but when we reload the page we are still at the previous state. this is really annoying.

To Reproduce
Steps to reproduce the behavior:like described, could take lots of minutes to see the bug.

Expected behavior
I expect the app to show a thing saying we are logged out, or anything blocking us from interacting with the cards if modifications will not be taken.
or something to automatically re

Client details:

  • OS: windows 10, ubuntu 18.4
  • Browser firefox quantum
  • Deck Version 0.4.1
  • Device: desktop
Server details

Operating system:
ubuntu 17.4
Web server:
apache2
Database:
mysql
PHP version:
7.2
Nextcloud version: (see Nextcloud admin page)
13 something, couldnt find the version in the admin panel. would be great to have it output in the js console.
Where did you install Nextcloud from:
the official site

Signing status:
what ?

Login as admin user into your Nextcloud and access
http://example.com/index.php/settings/integrity/failed
paste the results here.

No errors have been found.

List of activated apps:

If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder

Nextcloud configuration:

If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder

or

Insert your config.php content here
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)

Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...

Logs

Nextcloud log (data/nextcloud.log)

Insert your Nextcloud log here

Browser log

Insert your browser log here, this could for example include:

a) The javascript console log
b) The network log
c) ...
@juliushaertl
Copy link
Member

That is an issue with Nextcloud 13 since after some timeout the CSRF token is becoming invalid. There is nothing we can do about that in deck, but with Nextcloud 14 the token is updating in the background so the issue should be fixed there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants