GithubHelp home page GithubHelp logo

Comments (7)

bipox avatar bipox commented on August 20, 2024 1

I was affected by this bug too and this update fixed it, thank you

from planify.

alainm23 avatar alainm23 commented on August 20, 2024

Hi and thank you for reporting this issue, I would like to ask you to tell me which url your browser redirects to when you enter this link.

https://domain.name.com/nextcloud/.well-known/caldav
https://domain.name.com/.well-known/caldav

Screencast.from.2024-08-07.06-06-50.mp4

from planify.

EthanLatimerGB avatar EthanLatimerGB commented on August 20, 2024

Hi Alain, on entering those two links:
image

Upon entering /nextcloud/.well-known/caldav I get redirected.
Screencast from 2024-08-07 13-33-53.webm

from planify.

EthanLatimerGB avatar EthanLatimerGB commented on August 20, 2024

Just in case I misconfigured my reverse proxy, here is the configuration for the /nextcloud/ redirect in NGINX:

server {
	server_name ethanlatimer.ddns.net;
	client_max_body_size 10G;
	client_body_buffer_size 400M;

	location /nextcloud/  {
		rewrite ^/nextcloud/(.*)$ /$1 break;
		proxy_pass http://0.0.0.0:8080;
		proxy_set_header Host $host;
	    	proxy_set_header X-Real-IP $remote_addr;
    		proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    		proxy_set_header X-Forwarded-Proto $scheme;
	} 
...

from planify.

alainm23 avatar alainm23 commented on August 20, 2024

@EthanLatimerGB I would understand that your caldav url is this right?
https://domain.name.com/nextcloud/remote.php/dav/
I will make the adjustment as Planify does not take into account the path of the url.

from planify.

EthanLatimerGB avatar EthanLatimerGB commented on August 20, 2024

@EthanLatimerGB I would understand that your caldav url is this right? https://domain.name.com/nextcloud/remote.php/dav/ I will make the adjustment as Planify does not take into account the path of the url.

Yup, thats correct and when I resolve that hostname it shows the This is the WebDAV interface. It can only be accessed by WebDAV clients such as the Nextcloud desktop sync client. message.
Appreciate your time mate.

from planify.

alainm23 avatar alainm23 commented on August 20, 2024

The fix is available in v4.10.7, please wait for the update, it should arrive in a couple of hours.

from planify.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.