Help testing RC1 version of 14.0.2, 13.0.7 and 12.0.12

I have this redirect, but still the warning.

Nextcloud checks for https://cloud.example.com/.well-known/caldav/ (with trailing slash) and not for https://cloud.example.com/.well-known/caldav

What is the correct URL?

Edit: rfc6764 lists the URI without trailing slash, so nextcloud should check without it.

Thank you for the fast answer! Have the redirect entries copied to the apache.conf. Now the error message is gone. :wink:

For anyone else coming across this error. On CentOS 7.5 with apache, I put the suggested lines into /etc/httpd/conf.d/nextcloud.conf so that my VirtualHost file looked like this:

<VirtualHost *:80>
  DocumentRoot /var/www/html/
  ServerName my-server.com
  <Directory "/var/www/html/">
       Require all granted
       AllowOverride All
       Options FollowSymLinks MultiViews
  </Directory>
  Redirect 301 /.well-known/carddav /nextcloud/remote.php/dav
  Redirect 301 /.well-known/caldav /nextcloud/remote.php/dav
</VirtualHost>

and Nextcloud can be found at my-server.com/nextcloud

This is on NC13.0.7

I just did a basic install of this, nothing fancy, but it seems like all is well btw :slight_smile:

I do not get the warning, and I donā€™t have the .well-known directory configured. Is there anything wrong?

As far as the feature request for ā€œADD GROUPSā€ I checked and works OK.

Iā€™m still not able to see my files, if external storage (which is shared to me by another user) is offline.

see github: https://github.com/nextcloud/server/issues/11545
shall i open up another issue?

We just released a RC2 of all three versions. All of them have those two changes included:

On 12 only the second one is included.

Happy testing. It should show up in the beta channel right now.

:rocket:

Iā€™m on Nextcloud 14.0.1 stable but Iā€™m sure it still applies to the 14 RC 2. On the desktop in Nextcloud Talk going full screen on the chat window prevents the user from accessing ā€œFile to Shareā€ when hitting the + button they first have to exit full screen then share then go back to full screen mode.

Seems, that the issue still exists:

NC 14.0.2 RC2 - still wrong checks ā€¦ #11748

Correct - we discussed if we should delay the release or keep it as known issue. We have a fix but will ship it with 14.0.3. The issue does not happen on the default Apache config. For Nginx the configuration usually is correct, but the setup check gives a false postive. We will check today if we will maybe move the fix into the release or not.

Will be fixed in the 14.0.2.

I find it better if Nextcloud delay the release and fix more open bugs.

Otherwise, the errors are reported over and over again. I think that makes more work.

3 Likes

With 14.0.2 RC1 it is still not possible to upload files to a shared folder which is owned by another user.

Only the owner of the shared folder is able to upload/create new files and folder.

See Kein Hochladen mƶglich in geteiltem Ordner seit NC 14.0.1

Have you try the RC2?

Not yet, but i will test it now.

just updated one of my instances to 14.0.2 RC2 but upload error is still there.

We tested this and could not reproduce it. Letā€™s move this out of the forums: https://github.com/nextcloud/server/issues/11637

Fix for the problem of @ssg_mick is in https://github.com/nextcloud/server/pull/11764

I will close this topic here for now as the maintenance releases are out.

We just did a followup release due to the problem of @ssg_mick - 14.0.3 has this fix included.

Changelog for 14.0.3: