nextcloud / nextcloud/guests

Can't type guest details when adding guest through team

Open
#1,416 6 comments 6 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

0. Needs triage bug needs info
Dominant language
JavaScript
Stars
61
Forks
34
Avg merge
3d 19h
Merged PRs (30d)
22

Description

How to use GitHub
  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Steps to reproduce
  1. Go to Contacts --> Teams
  2. Add Team and name it
  3. Under Invite members to team, type mail to external user and press A_dd guest_ button
Expected behaviour

After pressing Add guest the Invite guest dialog appears and we should fill in their name, e-mail, language etc

Actual behaviour

After pressing the Add guest button all fields are non writable so I can't fill name, e-mail, language etc

Server configuration

Web server: Apache

Database: Type: mysql Version: 10.6.22

PHP version: 8.3.25

Nextcloud version: 31.0.9

List of activated apps
Enabled:
  - activity: 4.0.0
  - app_api: 5.0.2
  - bruteforcesettings: 4.0.0
  - circles: 31.0.0
  - cloud_federation_api: 1.14.0
  - comments: 1.21.0
  - contacts: 7.3.2
  - dashboard: 7.11.0
  - dav: 1.33.0
  - federatedfilesharing: 1.21.0
  - files: 2.3.1
  - files_downloadlimit: 4.0.0
  - files_pdfviewer: 4.0.0
  - files_reminders: 1.4.0
  - files_sharing: 1.23.1
  - files_trashbin: 1.21.0
  - files_versions: 1.24.0
  - groupfolders: 19.1.5
  - guests: 4.5.2
  - logreader: 4.0.0
  - lookup_server_connector: 1.19.0
  - notifications: 4.0.0
  - notify_push: 1.2.0
  - oauth2: 1.19.1
  - password_policy: 3.0.0
  - privacy: 3.0.0
  - profile: 1.0.0
  - provisioning_api: 1.21.0
  - related_resources: 2.0.0
  - richdocuments: 8.7.5
  - serverinfo: 3.0.0
  - settings: 1.14.0
  - sharebymail: 1.21.0
  - support: 3.0.0
  - systemtags: 1.21.1
  - text: 5.0.0
  - theming: 2.6.1
  - theming_customcss: 1.18.0
  - twofactor_admin: 4.8.0
  - twofactor_backupcodes: 1.20.0
  - twofactor_totp: 13.0.0-dev.0
  - updatenotification: 1.21.0
  - user_ldap: 1.22.0
  - user_retention: 1.15.0
  - user_saml: 7.0.0
  - viewer: 4.0.0
  - webhook_listeners: 1.2.0
  - workflowengine: 2.13.0
Disabled:
  - admin_audit: 1.21.0 (installed 1.21.0)
  - contactsinteraction: 1.12.0 (installed 1.12.0)
  - encryption: 2.19.0
  - federation: 1.21.0 (installed 1.21.0)
  - files_antivirus: 6.0.5 (installed 6.0.5)
  - files_external: 1.23.0
  - firstrunwizard: 4.0.0 (installed 4.0.0)
  - nextcloud_announcements: 3.0.0 (installed 3.0.0)
  - photos: 4.0.0 (installed 4.0.0-dev.1)
  - recommendations: 4.0.0 (installed 4.0.0)
  - survey_client: 3.0.0 (installed 3.0.0)
  - suspicious_login: 9.0.1
  - twofactor_nextcloud_notification: 5.0.0
  - user_status: 1.11.0 (installed 1.11.0)
  - weather_status: 1.11.0 (installed 1.11.0)
Nextcloud configuration
{
    "system": {
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "******",
            "******",
            "******,
            "******,
            "******",
            "******"
        ],
        "trusted_proxies": "***REMOVED SENSITIVE VALUE***",
        "allowed_admin_ranges": [
            "******",
            "******",
            "******"
        ],
        "overwrite.cli.url": "https:\/\/******",
        "forwarded_for_headers": [
            "HTTP_X_FORWARDED_FOR"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "31.0.9.1",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "mysql.utf8mb4": true,
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "defaultapp": "files",
        "default_phone_region": "SE",
        "skeletondirectory": "\/var\/www\/nextcloud_skeleton",
        "templatedirectory": "",
        "htaccess.RewriteBase": "\/",
        "ldapProviderFactory": "OCA\\User_LDAP\\LDAPProviderFactory",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpmode": "smtp",
        "mail_sendmailmode": "smtp",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "587",
        "memcache.local": "\\OC\\Memcache\\APCu",
        "filelocking.enabled": "true",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "memcache.distributed": "\\OC\\Memcache\\Redis",
        "redis": {
            "host": "***REMOVED SENSITIVE VALUE***",
            "port": 6379,
            "timeout": 0,
            "password": "***REMOVED SENSITIVE VALUE***"
        },
        "maintenance_window_start": 2,
        "maintenance": false,
        "enable_previews": false,
        "enabledPreviewProviders": [
            "OC\\Preview\\PNG",
            "OC\\Preview\\JPEG",
            "OC\\Preview\\GIF",
            "OC\\Preview\\BMP",
            "OC\\Preview\\XBitmap",
            "OC\\Preview\\MarkDown",
            "OC\\Preview\\TXT",
            "OC\\Preview\\Krita",
            "OC\\Preview\\SVG",
            "OC\\Preview\\TIFF",
            "OC\\Preview\\PDF",
            "OC\\Preview\\Font",
            "OC\\Preview\\HEIC",
            "OC\\Preview\\TGA",
            "OC\\Preview\\SGI"
        ],
        "simpleSignUpLink.shown": false,
        "default_timezone": "Europe\/Stockholm",
        "loglevel": 2,
        "login_form_autocomplete": false,
        "auth.webauthn.enabled": false,
        "lost_password_link": "disabled",
        "twofactor_enforced": "true",
        "twofactor_enforced_groups": [],
        "twofactor_enforced_excluded_groups": [
            "Local admin account"
        ],
        "app_install_overwrite": [],
        "mail_template_class": "OC\\Mail\\EMailTemplateModified",
        "log.condition": {
            "apps": [
                "admin_audit"
            ]
        },
        "logfile_audit": "\/mnt\/nextcloud_data\/nextcloud.log",
        "forbidden_filenames": [
            ".htaccess",
            "Thumbs.db",
            "thumbs.db"
        ],
        "ldapUserCleanupInterval": 51,
        "files.chunked_upload.max_size": 104857600,
        "trashbin_retention_obligation": "30,30"
    }
}
Browser

Browser name: Edge, Safari, Chrome

Browser version:

Operating system: Windows, Mac

Browser log
Insert your browser log here, this could for example include:
a) The web browser console log

AxiosHeaders.js:101
Uncaught (in promise) TypeError: s._setPausedState is not a function
at Object.activateTrap (AxiosHeaders.js:101:58)
at re (AxiosHeaders.js:253:95)
at S (AxiosHeaders.js:253:95)
at Object.activate (AxiosHeaders.js:253:95)
at u.useFocusTrap (AxiosHeaders.js:253:95)
Promise.then
openModal @ init.ts:28
populate @ init.ts:28
OCA.Guests.openGuestDialog @ init.ts:28
onGuestButtonClick @ EntityPicker.vue:390



</details>

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the guest invitation flow from Contacts → Teams and inspect the browser error in the reported stack trace. Start with EntityPicker.vue at onGuestButtonClick and the openGuestDialog path in init.ts, then verify the dialog fields become writable after the fix.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.