Upgrade from 15.0.5 to 15.0.7

[/details]

Nextcloud version : 15.0.5
Operating system and version : Ubuntu 16.04
Apache or nginx version : Nginx
PHP version : 7.1

The issue you are facing:
Click on Open Updater button , nothing happens.

Is this the first time you’ve seen this error? Y:

Steps to replicate it:

  1. Login to nextcloud and navigate to settings
  2. Click on Overview under Administration
  3. Click on Open Updater button

The output of your Nextcloud log in Admin > Logging:

[index] Error: Exception: The requested uri(/ocm-provider/) cannot be processed by the script '/nextcloud/index.php') at <<closure>>

0. /opt/nginxstack/nginx/html/nextcloud/lib/base.php line 930
   getRawPathInfo()
1. /opt/nginxstack/nginx/html/nextcloud/index.php line 42
   handleRequest()

GET /ocm-provider/
from 207.189.29.100 at 2019-04-13T15:28:25+00:00

The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

<?php
$CONFIG = array (
  'instanceid' => '',
  'passwordsalt' => '',
  'secret' => '+',
  'trusted_domains' =>
  array (
    0 => '',
    1 => '',
  ),
  'datadirectory' => '/nextcloud/data',
  'dbtype' => 'mysql',
  'version' => '15.0.5.3',
  'overwrite.cli.url' => 'http://123.123.123.123/nextcloud',
  'dbname' => 'nextcloud',
  'dbhost' => 'localhost:3307',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'dbuser' => '',
  'dbpassword' => '',
  'installed' => true,
  'twofactor_enforced' => 'false',
  'twofactor_enforced_groups' =>
  array (
  ),
  'twofactor_enforced_excluded_groups' =>
  array (
  ),
  'mail_smtpmode' => 'smtp',
  'mail_sendmailmode' => 'smtp',
  'mail_from_address' => 'ee',
  'mail_domain' => 'sd.ssd',
  'mail_smtpauth' => 1,
  'mail_smtphost' => 'smtp.sendgrid.net',
  'mail_smtpport' => '25',
  'mail_smtpname' => 'apikey',
  'mail_smtppassword' => 'SG..',
  'maintenance' => false,
  'theme' => '',
  'loglevel' => 2,
);

The output of your Apache/nginx/system log in /var/log/____:

2019/04/13 17:28:49 [error] 19030#0: *2981 access forbidden by rule, client: 207.189.29.100, server: sd.sd.com, request: "GET /nextcloud/data/.ocdata?t=1555169329175 HTTP/2.0", host: "nc.teej.xyz"

Fixed by updating the nginx config with latest that had updated ocm/ocs paths.