deck icon indicating copy to clipboard operation
deck copied to clipboard

"this.$attachmentResolver is null" when inserting image into card

Open minosimo opened this issue 2 years ago • 5 comments

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. image

The image appears correctly as the cover image of the card, but in the description appears only the error "this.$attachmentResolver is null" image

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) ...

minosimo avatar Jan 09 '24 21:01 minosimo

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?

jacobflanagan avatar Jan 31 '24 05:01 jacobflanagan

I've been having this issue since the last few updates. No images anymore. Is there anything I can do to help debug?

mobamoba avatar Feb 15 '24 22:02 mobamoba

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.

gaje12 avatar Apr 29 '24 15:04 gaje12

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.

mobamoba avatar Apr 29 '24 16:04 mobamoba