Reply To: [SOLVED]: Nextcloud not behaving correctly

Forum › Forums › General › Software › [SOLVED]: Nextcloud not behaving correctly › Reply To: [SOLVED]: Nextcloud not behaving correctly

#200591
sybok
Member

    I do not use NextCloud, hence I have very little knowledge.
    The closest thing (apart from a closed bug) I managed to find via web-search is:
    1) Keyring (to store the password securely)
    https://help.nextcloud.com/t/nextcloud-must-open-my-browser-to-authenticate-every-time-my-computer-starts-up/139489
    sudo apt install gnome-keyring
    might solve the issue.

    But I have experience that some browsers demand password to unlock the keyring when started which is annoying since I do not store passwords in browsers.

    2) If the 1st does not help, then perhaps: PHP-FPM?
    https://help.nextcloud.com/t/nextcloud-clients-wont-connect-but-i-can-login-via-web/157120 (with FPM = FastCGI Process Manager = ?).