Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A freshly created group is not persisted after a page reload #2511

Open
pmarini-nc opened this issue Nov 11, 2021 · 8 comments
Open

A freshly created group is not persisted after a page reload #2511

pmarini-nc opened this issue Nov 11, 2021 · 8 comments
Labels
1. to develop Accepted and waiting to be taken care of bug Something isn't working feature: contacts

Comments

@pmarini-nc
Copy link

Describe the bug

A freshly created group is not persisted after a page reload

To Reproduce
Steps to reproduce the behavior:
1- add a group
2- add one or more users to the group
3- verify the user is (users are) in the group
4- reload the page

Expected behavior
The group just created is there

Actual behavior
The group doesn't exist

Screenshots

Peek 2021-11-11 15-39

Server configuration

2021-11-11.md

List of activated apps:

See system report

Nextcloud configuration:

See system report

Client configuration

Browser: Firefox 94

Operating system: Ubuntu Desktop 21.04

CardDAV-clients: -

Logs

Web server error log

Nextcloud log

data/nextcloud.log

Browser log

@pmarini-nc pmarini-nc added 0. to triage Pending approval or rejection. This issue is pending approval. bug Something isn't working feature: contacts labels Nov 11, 2021
@miaulalala
Copy link
Contributor

Can you have a look at your nextcloud.log and also try the same process with the dev console open please?

@miaulalala miaulalala added the needs info Not enough information provided label Nov 11, 2021
@skjnldsv

This comment has been minimized.

@skjnldsv skjnldsv added wontfix This will not be worked on and removed needs info Not enough information provided 0. to triage Pending approval or rejection. This issue is pending approval. labels Nov 11, 2021
@skjnldsv
Copy link
Member

Would require #213

@pmarini-nc

This comment has been minimized.

@pmarini-nc
Copy link
Author

Can you have a look at your nextcloud.log and also try the same process with the dev console open please?

I get this error in nextcloud.log

{
  "reqId": "GjeGeWCh3VMLk5l2XflX",
  "level": 0,
  "time": "2021-11-11T15:14:19+00:00",
  "remoteAddr": "10.23.46.1",
  "user": "sbianchi",
  "app": "webdav",
  "method": "PUT",
  "url": "/remote.php/dav/addressbooks/users/sbianchi/z-app-generated--contactsinteraction--recent/3",
  "message": "Node with name '3' could not be found",
  "userAgent": "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0",
  "version": "22.2.0.2",
  "exception": {
    "Exception": "Sabre\\DAV\\Exception\\NotFound",
    "Message": "Node with name '3' could not be found",
    "Code": 0,
    "Trace": [
      {
        "file": "/var/www/nextcloud/3rdparty/sabre/dav/lib/DAVACL/Plugin.php",
        "line": 855,
        "function": "checkPrivileges",
        "class": "OCA\\DAV\\Connector\\Sabre\\DavAclPlugin",
        "type": "->"
      },
      {
        "file": "/var/www/nextcloud/apps/dav/lib/Connector/Sabre/DavAclPlugin.php",
        "line": 98,
        "function": "beforeMethod",
        "class": "Sabre\\DAVACL\\Plugin",
        "type": "->"
      },
      {
        "file": "/var/www/nextcloud/3rdparty/sabre/event/lib/WildcardEmitterTrait.php",
        "line": 89,
        "function": "beforeMethod",
        "class": "OCA\\DAV\\Connector\\Sabre\\DavAclPlugin",
        "type": "->"
      },
      {
        "file": "/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php",
        "line": 456,
        "function": "emit",
        "class": "Sabre\\DAV\\Server",
        "type": "->"
      },
      {
        "file": "/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php",
        "line": 253,
        "function": "invokeMethod",
        "class": "Sabre\\DAV\\Server",
        "type": "->"
      },
      {
        "file": "/var/www/nextcloud/3rdparty/sabre/dav/lib/DAV/Server.php",
        "line": 321,
        "function": "start",
        "class": "Sabre\\DAV\\Server",
        "type": "->"
      },
      {
        "file": "/var/www/nextcloud/apps/dav/lib/Server.php",
        "line": 333,
        "function": "exec",
        "class": "Sabre\\DAV\\Server",
        "type": "->"
      },
      {
        "file": "/var/www/nextcloud/apps/dav/appinfo/v2/remote.php",
        "line": 35,
        "function": "exec",
        "class": "OCA\\DAV\\Server",
        "type": "->"
      },
      {
        "file": "/var/www/nextcloud/remote.php",
        "line": 166,
        "args": [
          "/var/www/nextcloud/apps/dav/appinfo/v2/remote.php"
        ],
        "function": "require_once"
      }
    ],
    "File": "/var/www/nextcloud/apps/dav/lib/Connector/Sabre/DavAclPlugin.php",
    "Line": 65,
    "CustomMessage": "--"
  }
}

@skjnldsv

This comment has been minimized.

@skjnldsv skjnldsv reopened this Nov 11, 2021
@skjnldsv skjnldsv added 0. to triage Pending approval or rejection. This issue is pending approval. and removed wontfix This will not be worked on labels Nov 11, 2021
@miaulalala
Copy link
Contributor

Interesting - thanks for looking @pmarini-nc ! I will investigate this soon.

@miaulalala miaulalala added 1. to develop Accepted and waiting to be taken care of and removed 0. to triage Pending approval or rejection. This issue is pending approval. labels Nov 11, 2021
@Mer0me
Copy link

Mer0me commented Jul 18, 2022

Some news on this one ? And is it useful to have both Contact Groups and Circles ? What are the differences ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop Accepted and waiting to be taken care of bug Something isn't working feature: contacts
Projects
None yet
Development

No branches or pull requests

4 participants