NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
16.42k stars 12.92k forks source link

Nextcloud missing .well-known webserver config for caldav #321058

Open f2k1de opened 1 week ago

f2k1de commented 1 week ago

Describe the bug

A clear and concise description of what the bug is. After upgrading to nextcloud to version 29, I get the following error on the admin overview page: Your web server is not properly set up to resolve .well-known URLs, failed on: /.well-known/caldav For more details see the documentation ↗.

Steps To Reproduce

Steps to reproduce the behavior:

  1. upgrade nextcloud to pkgs.nextcloud29 on nixos 24.05
  2. go on admin page
  3. see error

Expected behavior

A clear and concise description of what you expected to happen.

Webserver has directions for that

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

Notify maintainers

@schneefux @bachp @globin @ma27

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
this path will be fetched (0.00 MiB download, 0.00 MiB unpacked):
  /nix/store/wfsbr2vjijkr5nax29y83vizz36ym34a-nix-info
copying path '/nix/store/wfsbr2vjijkr5nax29y83vizz36ym34a-nix-info' from 'https://cache.nixos.org'...
 - system: `"x86_64-linux"`
 - host os: `Linux 6.6.33, NixOS, 24.05 (Uakari), 24.05.20240615.752c634`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.18.2`
 - channels(root): `"nixos-23.05"`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`

Add a :+1: reaction to issues you find important.

Ma27 commented 1 week ago

That's a little weird, this issue should've been fixed by c7a1616be77793c4af33d2b98a5db6ee203e514f already :thinking:

@f2k1de can you share your NixOS config please?

Also, any chance you could test in a VM whether the issue is reproducible there and if so, share the full VM config + nixpkgs rev with me?