Louis
Louis
@dependabot recreate
/compile /
/compile /
Closed in favor of https://github.com/nextcloud/photos/pull/2704
I think it should rather go in the frontend. But let's maybe wait until implementing that to have a global solution.
@gerbrent Feel free to give feedback on https://github.com/nextcloud/documentation/pull/12821 :)
Is this the only wiring needed for it to work? :astonished:
Can't we cast the `item_source` column to int instead of casting the `file_id` column to string? @hamza221 you've been able to reproduce? Can you check whether this improves the situation?
Also above: ```js vue.runtime.esm.js:3019 TypeError: Cannot read properties of undefined (reading 'width') at o.mapFileToItem (FilesListViewer.vue:235:1) at Array.map () at FilesListViewer.vue:184:1 at Array.flatMap () at o.sectionsToItems (FilesListViewer.vue:175:1) at e.get (vue.runtime.esm.js:3415:33) at...
> @artonge yes i do apparently. i never (knowingly) created it, but there was one with 0bytes in size. I deleted it and the error is now gone. Good that...