iOS and Android first time logging in stuck at 'Grant Access'

iOS and Android login is stuck at “Grant Access”.

My server setup:

  • Raspberry pi hardware running in my home.
  • Docker compose file including:
    nextcloud docker image
    nginx reverse proxy docker image
    let’s encrypt docker image

SOLVED:
The solution was to add
'overwriteprotocol' => 'https'
in the config.php file located on my host (raspberry pi) under …/<your_custom_config_folder_name>/config/config.php

1 Like