Open AndyXheli opened 9 months ago
Having the exact same problem here with NC 28.0.5 with the user_external IMAP backend and normally authenticated users on PHP 8.2, this seems to happen after some inactivity from the end user. Really annoying with 2FA enabled since users have to log back in with password and second factor again every time this happens.
I'm also having the same problem. Did not occur until I updated to NC 28.0.5. Session times out after relatively short period of inactivity.
Hello,
I'm having the same problem since updated to NC 28.0.5. No problem before with 28.0.4.
Did anyone test whether this is also happening on NC 29?
The same problem with NC 28.0.5, if user_external is enabled and users log in through it, other methods (such as web or desktop) will encounter issues within a few minutes.
Did anyone test whether this is also happening on NC 29?
It is happening for us on NC 29. We're not using user_external that others mentioned, we use only SAML. We switched to SAML recently; I assume for us it could be caused (like many other issues) from old (LDAP) usernames still in the system who have never logged in through SAML...?
I am also experiencing this, which was not happening before I updated to 28.0.5.
Hi *, to give an update from my side here: Since I installed the latest 28.0.6 Version of NC, the issue is gone. Seems fixed for me.
Can confirm this as well!
I can also confirm that the issue goes away with 28.0.6. Pretty sure this backported fix was the issue: https://github.com/nextcloud/server/pull/45191/commits/f09f4ec8db829cf3b10f173ba720af8b085fc2df
Upgraded from NC 27.1.9 (which worked fine) to 28.0.6 and ran into this error.
Did many attempts to fix it. Only thing that worked for me was reverting /lib/private/Authentication/Token/PublicKeyTokenProvider.php
to that of NC 28.0.4. Downside of this workaround seems to be that user accounts can't delete app-token anymore.
I only get the error on nextcloud 28.0.6 when the user has TOTP enabled
have the same issue with v29.0.3
Did anyone test whether this is also happening on NC 29?
Same here with NC 29.0.4 from manual upgrade 29.0.3.
Following for an answer. Still getting this on 29.0.4
[core] Error: Renewing session token failed: Token does not exist: token does not exist
Still getting the same error on 29.0.4 Looking for solutions
Also getting the same error on 28.0.8
InvalidTokenException Renewing session token failed: Token does not exist: token does not exist
Facing this issue with 29.0.4 myself.
Seems I'm in the boat, too...
I want to share a folder with password protection. When I open the shared page I'm stuck in a loop being asked for the password all the time.
In the logs I see the error message mentioned above.
Nextcloud 29.0.4
EDIT: I see the error message
[PHP] Fehler: TypeError: Cannot assign null to property OCA\Files_Sharing\Controller\ShareAPIController::$currentUser of type string at /srv/prvnxtcld/apps/files_sharing/lib/Controller/ShareAPIController.php#124
after I share the folder with password. Maybe related to #46081
Same error here with 29.0.4
Following for answer. Running 29.0.5.
This happens to me when a logged in user opens a Collabora document with an external share link.
⚠️ This issue respects the following points: ⚠️
Bug description
Getting this error on NC 28.0.2 RC5
Steps to reproduce
Expected behavior
Should not see this error
Installation method
Community Manual installation with Archive
Nextcloud Server version
28
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.3
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Upgraded to a MAJOR version (ex. 22 to 23)
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
No response
Nextcloud Logs
Additional info
No response