deck icon indicating copy to clipboard operation
deck copied to clipboard

Adding new card not possible

Open kodikom opened this issue 3 years ago • 3 comments

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.

Describe the bug

Adding new card is not possible.

Error message: 400 stack id must be a number

Same error with completely fresh Nextcloud 23.0.3 installation !

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

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

Screenshots

Bildschirmfoto 2022-03-27 um 16 52 50

Client details:

  • OS: macOS 12.3
  • Browsers: Safari, Firefox, Chrome
  • Version: latest
  • Device: Desktop, Tablet
Server details

Operating system:

Ubuntu 18.04.6 LTS

Web server:

Apache/2.4.29 (Ubuntu)

Database:

10.4.24-MariaDB

PHP version:

7.4.28

Nextcloud version: (see Nextcloud admin page)

Where did you install Nextcloud from:

Signing status:

Login as admin user into your Nextcloud and access
http://example.com/index.php/settings/integrity/failed
paste the results here.

No errors have been found.

List of activated apps:

If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder

Enabled:

  • accessibility: 1.9.0
  • activity: 2.15.0
  • bruteforcesettings: 2.3.0
  • calendar: 3.2.2
  • circles: 23.1.0
  • cloud_federation_api: 1.6.0
  • comments: 1.13.0
  • contacts: 4.1.0
  • contactsinteraction: 1.4.0
  • dashboard: 7.3.0
  • dav: 1.21.0
  • deck: 1.6.1
  • federatedfilesharing: 1.13.0
  • federation: 1.13.0
  • files: 1.18.0
  • files_pdfviewer: 2.4.0
  • files_readmemd: 1.2.2
  • files_rightclick: 1.2.0
  • files_sharing: 1.15.0
  • files_trashbin: 1.13.0
  • files_versions: 1.16.0
  • files_videoplayer: 1.12.0
  • firstrunwizard: 2.12.0
  • groupfolders: 11.1.2
  • logreader: 2.8.0
  • lookup_server_connector: 1.11.0
  • nextcloud_announcements: 1.12.0
  • notifications: 2.11.1
  • oauth2: 1.11.0
  • onlyoffice: 7.3.2
  • password_policy: 1.13.0
  • photos: 1.5.0
  • privacy: 1.7.0
  • provisioning_api: 1.13.0
  • recommendations: 1.2.0
  • serverinfo: 1.13.0
  • settings: 1.5.0
  • sharebymail: 1.13.0
  • support: 1.6.0
  • survey_client: 1.11.0
  • systemtags: 1.13.0
  • text: 3.4.1
  • theming: 1.14.0
  • twofactor_backupcodes: 1.12.0
  • updatenotification: 1.13.0
  • user_status: 1.3.1
  • viewer: 1.7.0
  • weather_status: 1.3.0
  • workflowengine: 2.5.0 Disabled:
  • admin_audit
  • encryption
  • files_external
  • user_ldap

Nextcloud configuration:

If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud installation folder

{
    "system": {
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "***REMOVED SENSITIVE VALUE***"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "23.0.3.2",
        "overwrite.cli.url": "***REMOVED SENSITIVE VALUE***",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "mysql.utf8mb4": true,
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "maintenance": false,
        "filelocking.enabled": "true",
        "mail_smtpmode": "smtp",
        "mail_smtpauthtype": "LOGIN",
        "mail_sendmailmode": "smtp",
        "mail_smtpauth": 1,
        "mail_smtpsecure": "ssl",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "465",
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "theme": "",
        "loglevel": 0,
        "default_phone_region": "DE",
        "app_install_overwrite": [
            "files_readmemd",
            "deck"
        ],
        "updater.release.channel": "stable"
    }
}




~/httpdocs/nextcloud$ php -d memory_limit=2048M occ config:list
{
    "system": {
        "instanceid": "***REMOVED SENSITIVE VALUE***",
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "trusted_domains": [
            "***REMOVED SENSITIVE VALUE***"
        ],
        "datadirectory": "***REMOVED SENSITIVE VALUE***",
        "dbtype": "mysql",
        "version": "23.0.3.2",
        "overwrite.cli.url": "***REMOVED SENSITIVE VALUE***",
        "dbname": "***REMOVED SENSITIVE VALUE***",
        "dbhost": "***REMOVED SENSITIVE VALUE***",
        "dbport": "",
        "dbtableprefix": "oc_",
        "mysql.utf8mb4": true,
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "installed": true,
        "maintenance": false,
        "filelocking.enabled": "true",
        "mail_smtpmode": "smtp",
        "mail_smtpauthtype": "LOGIN",
        "mail_sendmailmode": "smtp",
        "mail_smtpauth": 1,
        "mail_smtpsecure": "ssl",
        "mail_from_address": "***REMOVED SENSITIVE VALUE***",
        "mail_domain": "***REMOVED SENSITIVE VALUE***",
        "mail_smtphost": "***REMOVED SENSITIVE VALUE***",
        "mail_smtpport": "465",
        "mail_smtpname": "***REMOVED SENSITIVE VALUE***",
        "mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
        "theme": "",
        "loglevel": 0,
        "default_phone_region": "DE",
        "app_install_overwrite": [
            "files_readmemd",
            "deck"
        ],
        "updater.release.channel": "stable"
    },
    "apps": {
        "accessibility": {
            "enabled": "yes",
            "installed_version": "1.9.0",
            "types": ""
        },
        "activity": {
            "enabled": "yes",
            "installed_version": "2.15.0",
            "types": "filesystem"
        },
        "appointments": {
            "enabled": "no",
            "hk": "ba780e892f29bb1cde6a683516410e1c7fed13ce308fbe65e474008bfd4dc45e",
            "installed_version": "1.12.2",
            "new_backend": "4",
            "tiv": "62400ac059f033e73667c1ea48ba7e67",
            "types": "dav"
        },
        "backgroundjob": {
            "lastjob": "295"
        },
        "bruteforcesettings": {
            "enabled": "yes",
            "installed_version": "2.3.0",
            "types": ""
        },
        "calendar": {
            "enabled": "yes",
            "installed_version": "3.2.2",
            "types": ""
        },
        "circles": {
            "enabled": "yes",
            "installed_version": "23.1.0",
            "loopback_tmp_scheme": "https",
            "maintenance_run": "0",
            "maintenance_update": "{\"maximum\":3,\"3\":1648461915,\"2\":1648462502,\"1\":1648462502,\"4\":1648346404,\"5\":1648090804}",
            "migration_22": "1",
            "migration_22_1": "1",
            "migration_run": "0",
            "types": "filesystem,dav"
        },
        "cloud_federation_api": {
            "enabled": "yes",
            "installed_version": "1.6.0",
            "types": "filesystem"
        },
        "comments": {
            "enabled": "yes",
            "installed_version": "1.13.0",
            "types": "logging"
        },
        "contacts": {
            "enabled": "yes",
            "installed_version": "4.1.0",
            "types": "dav"
        },
        "contactsinteraction": {
            "enabled": "yes",
            "installed_version": "1.4.0",
            "types": "dav"
        },
        "core": {
            "backgroundjobs_mode": "cron",
            "enterpriseLogoChecked": "yes",
            "installed.bundles": "[\"CoreBundle\"]",
            "installedat": "1578148438.606",
            "lastcron": "1648462502",
            "lastupdateResult": "[]",
            "lastupdatedat": "1648461375",
            "moveavatarsdone": "yes",
            "oc.integritycheck.checker": "[]",
            "previewsCleanedUp": "1",
            "public_files": "files_sharing\/public.php",
            "public_webdav": "dav\/appinfo\/v1\/publicwebdav.php",
            "theming.variables": "3380c74585402bc749599a676554ab7b",
            "updater.secret.created": "1648024029",
            "vendor": "nextcloud"
        },
        "dashboard": {
            "enabled": "yes",
            "installed_version": "7.3.0",
            "types": ""
        },
        "dav": {
            "buildCalendarReminderIndex": "yes",
            "buildCalendarSearchIndex": "yes",
            "chunks_migrated": "1",
            "enabled": "yes",
            "installed_version": "1.21.0",
            "regeneratedBirthdayCalendarsForYearFix": "yes",
            "sendEventRemindersPush": "no",
            "types": "filesystem"
        },
        "deck": {
            "enabled": "yes",
            "groupLimit": "ks-all,ks_rea_urs",
            "installed_version": "1.6.1",
            "types": "dav"
        },
        "documentserver_community": {
            "enabled": "yes",
            "installed_version": "0.1.12",
            "types": "filesystem"
        },
        "federatedfilesharing": {
            "enabled": "yes",
            "installed_version": "1.13.0",
            "types": ""
        },
        "federation": {
            "enabled": "yes",
            "installed_version": "1.13.0",
            "types": "authentication"
        },
        "files": {
            "cronjob_scan_files": "500",
            "enabled": "yes",
            "installed_version": "1.18.0",
            "types": "filesystem"
        },
        "files_markdown": {
            "enabled": "yes",
            "installed_version": "2.3.5",
            "types": ""
        },
        "files_pdfviewer": {
            "enabled": "yes",
            "installed_version": "2.4.0",
            "types": ""
        },
        "files_readmemd": {
            "auto_refresh": "false",
            "disable_workspace": "true",
            "enabled": "yes",
            "fileslist_footer": "[\"README\"]",
            "fileslist_header": "[\"HEADER\"]",
            "installed_version": "1.2.2",
            "show_asciidoc": "false",
            "show_html": "false",
            "show_title": "true",
            "types": "filesystem",
            "yellow_back": "true"
        },
        "files_rightclick": {
            "enabled": "yes",
            "installed_version": "1.2.0",
            "types": ""
        },
        "files_sharing": {
            "enabled": "yes",
            "installed_version": "1.15.0",
            "types": "filesystem"
        },
        "files_trashbin": {
            "enabled": "yes",
            "installed_version": "1.13.0",
            "types": "filesystem,dav"
        },
        "files_versions": {
            "enabled": "yes",
            "installed_version": "1.16.0",
            "types": "filesystem,dav"
        },
        "files_videoplayer": {
            "enabled": "yes",
            "installed_version": "1.12.0",
            "types": ""
        },
        "firstrunwizard": {
            "enabled": "yes",
            "installed_version": "2.12.0",
            "types": "logging"
        },
        "gallery": {
            "enabled": "no",
            "installed_version": "18.4.0",
            "types": ""
        },
        "groupfolders": {
            "enabled": "yes",
            "installed_version": "11.1.2",
            "types": "filesystem,dav"
        },
        "logreader": {
            "enabled": "yes",
            "installed_version": "2.8.0",
            "types": ""
        },
        "lookup_server_connector": {
            "enabled": "yes",
            "installed_version": "1.11.0",
            "types": "authentication"
        },
        "nextcloud_announcements": {
            "enabled": "yes",
            "installed_version": "1.12.0",
            "pub_date": "Thu, 24 Oct 2019 00:00:00 +0200",
            "types": "logging"
        },
        "notifications": {
            "enabled": "yes",
            "installed_version": "2.11.1",
            "types": "logging"
        },
        "oauth2": {
            "enabled": "yes",
            "installed_version": "1.11.0",
            "types": "authentication"
        },
        "onlyoffice": {
            "DocumentServerUrl": "***REMOVED SENSITIVE VALUE***",
            "defFormats": "{\"docx\":true,\"pptx\":true,\"xlsx\":true,\"odp\":true,\"ods\":true,\"odt\":true,\"doc\":true,\"ppt\":true,\"xls\":true}",
            "editFormats": "{\"csv\":true,\"docx\":true,\"pptx\":true,\"txt\":true,\"xlsx\":true,\"odp\":true,\"ods\":true,\"odt\":true,\"rtf\":true}",
            "enabled": "yes",
            "installed_version": "7.3.2",
            "sameTab": "true",
            "types": "prevent_group_restriction"
        },
        "password_policy": {
            "enabled": "yes",
            "installed_version": "1.13.0",
            "types": "authentication"
        },
        "photos": {
            "enabled": "yes",
            "installed_version": "1.5.0",
            "types": ""
        },
        "privacy": {
            "enabled": "yes",
            "installed_version": "1.7.0",
            "types": ""
        },
        "provisioning_api": {
            "enabled": "yes",
            "installed_version": "1.13.0",
            "types": "prevent_group_restriction"
        },
        "recommendations": {
            "enabled": "yes",
            "installed_version": "1.2.0",
            "types": ""
        },
        "serverinfo": {
            "cached_count_filecache": "238969",
            "cached_count_storages": "6",
            "enabled": "yes",
            "installed_version": "1.13.0",
            "types": ""
        },
        "settings": {
            "enabled": "yes",
            "installed_version": "1.5.0",
            "types": ""
        },
        "sharebymail": {
            "enabled": "yes",
            "installed_version": "1.13.0",
            "types": "filesystem"
        },
        "spreed": {
            "allowed_groups": "[]",
            "enabled": "no",
            "installed_version": "9.0.4",
            "project_access_invalidated": "1",
            "stun_servers": "***REMOVED SENSITIVE VALUE***",
            "turn_servers": "***REMOVED SENSITIVE VALUE***",
            "types": "prevent_group_restriction"
        },
        "support": {
            "SwitchUpdaterServerHasRun": "yes",
            "enabled": "yes",
            "installed_version": "1.6.0",
            "types": "session"
        },
        "survey_client": {
            "enabled": "yes",
            "installed_version": "1.11.0",
            "types": ""
        },
        "systemtags": {
            "enabled": "yes",
            "installed_version": "1.13.0",
            "types": "logging"
        },
        "tasks": {
            "enabled": "yes",
            "installed_version": "0.14.4",
            "types": ""
        },
        "text": {
            "enabled": "yes",
            "installed_version": "3.4.1",
            "types": "dav"
        },
        "theming": {
            "cachebuster": "1",
            "enabled": "yes",
            "installed_version": "1.14.0",
            "name": "K+S Hotel GmbH",
            "types": "logging"
        },
        "theming_customcss": {
            "cachebuster": "1584912324280",
            "customcss": "#header{background-image:initial !important;}",
            "enabled": "yes",
            "installed_version": "1.10.0",
            "types": ""
        },
        "twofactor_backupcodes": {
            "enabled": "yes",
            "installed_version": "1.12.0",
            "types": ""
        },
        "updatenotification": {
            "appointments": "1.10.0",
            "bruteforcesettings": "2.2.0",
            "calendar": "2.3.2",
            "contacts": "4.0.2",
            "core": "22.2.5.1",
            "deck": "1.4.3",
            "documentserver_community": "0.1.11",
            "enabled": "yes",
            "files_markdown": "2.3.4",
            "files_readmemd": "1.2.0",
            "files_rightclick": "0.15.1",
            "groupfolders": "9.0.2",
            "installed_version": "1.13.0",
            "onlyoffice": "7.1.2",
            "spreed": "8.0.7",
            "tasks": "0.14.1",
            "theming_customcss": "1.9.0",
            "types": "",
            "update_check_errors": "0"
        },
        "user_status": {
            "enabled": "yes",
            "installed_version": "1.3.1",
            "types": ""
        },
        "viewer": {
            "enabled": "yes",
            "installed_version": "1.7.0",
            "types": ""
        },
        "weather_status": {
            "enabled": "yes",
            "installed_version": "1.3.0",
            "types": ""
        },
        "workflowengine": {
            "enabled": "yes",
            "installed_version": "2.5.0",
            "types": "filesystem"
        }
    }
}






or

Insert your config.php content here
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)

Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...

Logs

Nextcloud log (data/nextcloud.log)

Insert your Nextcloud log here

Browser log

Insert your browser log here, this could for example include:

a) The javascript console log
b) The network log
c) ...

kodikom avatar Mar 23 '22 11:03 kodikom

What version of Deck and Nextcloud?

putt1ck avatar Mar 23 '22 11:03 putt1ck

Nextcloud 23.0.3 Deck 1.6.1 and Deck 1.5.6 also

Error can be reproduced with completely new installation of Nextcloud 23.0.3

Am 23.03.2022 um 12:40 schrieb Chris Puttick @.***>:

What version of Deck and Nextcloud?

— Reply to this email directly, view it on GitHub https://github.com/nextcloud/deck/issues/3667#issuecomment-1076274193, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAC2TTWVZYD2COKPMINO6NLVBL7MVANCNFSM5RNVL53Q. You are receiving this because you authored the thread.

kodikom avatar Mar 23 '22 13:03 kodikom

I cannot reproduce on Nextcloud 24.0.3

meichthys avatar Sep 04 '22 00:09 meichthys

I also cannot reproduce this. Since the version reported is quite old, please try if this is still an issue on the latest and don't hesitate to reopen if it is still an issue.

juliusknorr avatar Nov 11 '23 21:11 juliusknorr