Lissy93 / dashy

🚀 A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more!
https://dashy.to
MIT License
18.06k stars 1.36k forks source link

[BUG] Linkding Widget Broken #1679

Closed GitGramm closed 2 months ago

GitGramm commented 2 months ago

Environment

Self-Hosted (Docker)

System

No response

Version

No response

Describe the problem

The linkding widget seems to be broken. Nothing is displayed on my dashboard. Tested with both selfhosted linkding instance and the demo https://demo.linkding.link useproxy is set to "true"

Console error message: Linkding.vue:59 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'length')

cc: @m42e

Additional info

No response

Please tick the boxes

GitGramm commented 2 months ago

I did some further testing and was able to get the widget diplaying my bookmarks

The following needs to be done: in dashy-conf.yml set "tags:" this is not optional as described in the docs

on linkding Bookmarks from linkding need to have set a title (which is optional there) to be displayed in the dashy-widget.

Wikid82 commented 2 months ago

I was coming to report the same thing but was worried it was just me and my inexperience. If you got it working, am I setting it up incorrectly?

Screenshot from 2024-08-28 13-04-16 Screenshot from 2024-08-28 13-05-02 Screenshot from 2024-08-28 13-09-34

GitGramm commented 2 months ago

`My list of tags looks slightly different and i also use the useProxy:true setting.

Wikid82 commented 2 months ago

If you got yours working than I'm sure it's just me. I changed my tag to list format and still nothing. It's more than likely my yml spacing so I'll just keep messing with it until I get it right. I didn't use Linkding before this so it's not going to make or break anything. I'll just use it as an excuse to play with code.