"this.$attachmentResolver is null" when inserting image into card
Hello, when adding an image to a card, I get this.$attachmentResolver is null
Specifically, I open a card, in the description click "Insert from files". I then click the arrow to insert the image into the description.
The image appears correctly as the cover image of the card, but in the description appears only the error "this.$attachmentResolver is null"
Client details:
- OS: Fedora 39
- Browser: Firefox
Server details
Operating system: Ubuntu 20.04
Web server:
Database:
PHP version: 8.1.27
Nextcloud version: 28.0.1
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
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
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) ...
This issue isn't seeing any action, but I've recently started having the exact same problem. Anyone have ideas on how to start troubleshooting?
I've been having this issue since the last few updates. No images anymore. Is there anything I can do to help debug?
I was able to make the attachment show in the description by disabling the Text App. It takes away the Text editor and you'll need to manually write in Markdown, But it is a viable workaround for now. It may help locate the issue.
I was able to make the attachment show in the description by disabling the Text App. It takes away the Text editor and you'll need to manually write in Markdown, But it is a viable workaround for now. It may help locate the issue.
Thanks that totally worked and yes hopefully will point to the underlying problem as well.