Files
nextcloud-docs/admin_manual/release_notes.rst
Morris Jobke 2b434c7fbd Add Same-Origin update for Nginx
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2017-05-03 10:37:08 -03:00

28 lines
927 B
ReStructuredText

=================================
Nextcloud |version| Release Notes
=================================
Changes in 12
-------------
* In the Nginx configuration the Same-Origin header was removed. This is now
handled in PHP and keeping it will result in a wrong header. Please remove
those lines in your Nginx config:
``add_header X-Frame-Options "SAMEORIGIN";``
Q & A
-----
Could not install core app bundle
=================================
The following error message is shown during the update: "Repair warning: Could
not install core app bundle: Could not download app <app>".
This basically means that Nextcloud could not fetch the app from the appstore
automatically. This could have multiple reasons: either you disabled the
appstore with the config.php flag or your server could not reach the app store.
The instance will work fine, but the features that are usually provided by this
app are not available.