nextcloud / ldap_write_support

šŸ‘„šŸ–Ž create, edit and delete LDAP users and groups from Nextcloud
https://apps.nextcloud.com/apps/ldap_write_support
GNU Affero General Public License v3.0
29 stars 10 forks source link

Could not find resource ldap_write_support/js/ldap_write_suppport-admin-settings.js to load #844

Open a-3d-waffle opened 2 months ago

a-3d-waffle commented 2 months ago

Steps to reproduce

  1. Install LDAP Write Support App
  2. Go to Settings -> LDAP/AD Integration
  3. Write Support Switches and ldif Text Field are not shown

Expected behaviour

Write Support Switches and ldif Text field should be shown

Actual behaviour

Write Support Switches and ldif Text Field are not shown

Server configuration

Web server: Apache

Database: MariaDB

PHP version: 8.2

Nextcloud version: 30.0.0

List of activated apps Enabled: - activity: 3.0.0 - bruteforcesettings: 3.0.0 - calendar: 5.0.0 - cloud_federation_api: 1.13.0 - comments: 1.20.1 - contacts: 6.1.0 - contactsinteraction: 1.11.0 - dashboard: 7.10.0 - dav: 1.31.1 - external: 5.5.1 - federatedfilesharing: 1.20.0 - federation: 1.20.0 - files: 2.2.0 - files_downloadlimit: 3.0.0 - files_external: 1.22.0 - files_pdfviewer: 3.0.0 - files_reminders: 1.3.0 - files_sharing: 1.22.0 - files_trashbin: 1.20.1 - files_versions: 1.23.0 - groupfolders: 18.0.1 - impersonate: 1.17.0 - ldap_write_support: 1.12.0 - logreader: 3.0.0 - lookup_server_connector: 1.18.0 - memegen: 1.1.0 - nextcloud_announcements: 2.0.0 - notifications: 3.0.0 - notify_push: 0.7.0 - oauth2: 1.18.1 - password_policy: 2.0.0 - photos: 3.0.2 - polls: 8.0.0-alpha4 - privacy: 2.0.0 - provisioning_api: 1.20.0 - recommendations: 3.0.0 - related_resources: 1.5.0 - richdocuments: 8.5.0 - richdocumentscode: 24.4.702 - serverinfo: 2.0.0 - settings: 1.13.0 - sharebymail: 1.20.0 - spreed: 20.0.0 - support: 2.0.0 - survey_client: 2.0.0 - systemtags: 1.20.0 - text: 4.1.0 - theming: 2.5.0 - twofactor_backupcodes: 1.19.0 - updatenotification: 1.20.0 - user_ldap: 1.21.0 - user_migration: 7.0.1 - user_status: 1.10.0 - viewer: 3.0.0 - weather_status: 1.10.0 - webhook_listeners: 1.1.0-dev - workflowengine: 2.12.0 ``` 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 ```

This is fixed by simply renaming the file ldap_write_support/js/ldap_write_suppport-admin-settings.mjs to ldap_write_support/js/ldap_write_support-admin-settings.mjs

Nothing more than a typo

ffischer-lyrtron commented 1 month ago

Same here, i applied a quick fix duplicating the file with 3 'p'