text icon indicating copy to clipboard operation
text copied to clipboard

File reference previews broken

Open mejo- opened this issue 1 year ago • 0 comments

Describe the bug After upgrading @nextcloud/vue from 8.11.3 to 8.13.0, previews of links to internal files (provided by ReferenceFileWidget.vue from the files app) are broken.

The request to the resolve endpoint still happens, but for some reason, the custom widget Vue reference is not replaced.

Trying to git bisect failed so far. Weirdly, downgrading @nextcloud/vue to 8.11.3 via npm i @nextcloud/[email protected] fixes the problem, but building against a locally linked @nextcloud/vue with v8.11.3 tag checked out doesn't fix it.

To Reproduce

Insert a link to a file and see the missing reference widget in the link bubble

mejo- avatar Jun 26 '24 16:06 mejo-