"Problem loading page, reloading in 5 seconds" Problem

Nextcloud version (eg, 16.0.3):
Operating system (Linux)_:
Apache or nginx version (eg, Apache 2.4.25):
PHP version (eg, 7.1):

My Problem is After installing Nextcloud, When I log in with my user ID and Password After 5 seconds it will logout automatically. How can I solve it?

Thanks

same issue here. were you able to resolve it?

Same issue here and I’ve looked through a bunch of threads and I can’t seem to find a consistent solution. Nothing I’ve tried works.

I’m surprised that this wasn’t mentioned until now? I have this issue from the beginning since I have installed maybe from V13. It’s happening after not using the web browser for some time (not sure if this happen in a few hours but definitely after half a fay or let say each day) feels like web engine must boot up from standby mode. Will do screenshot later on.

Similar issue here. I inspected my network requests and I see a request that returns a ‘401 Unauthorized’.
I think that only requests like this:

https://my-domain.com/remote.php/dav/files/username

are affected.

Looking again at those failed requests (401) I see that the response might be more helpful:

<?xml version="1.0" encoding="utf-8"?>
<d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns">
      <s:exception>Sabre\DAV\Exception\NotAuthenticated</s:exception>
      <s:message>CSRF check not passed.</s:message>
</d:error>

Any clues about this?
The issue is persisting after upgrading to 17.0.0

Should we create a bug in github? It’s feels like it’s a problem with my installation, but I just reconfigured my nginx and checked the all logs, but I don’t see any errors except this ‘CSRF check not passed.’