Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] When using local icons, if you open a section the icons are broken #570

Closed
4 tasks done
jcbromstad opened this issue Mar 22, 2022 · 1 comment
Closed
4 tasks done
Assignees
Labels
🐛 Bug [ISSUE] Ticket describing something that isn't working

Comments

@jcbromstad
Copy link

Environment

Self-Hosted (Docker)

Version

2.0.5

Describe the problem

When using local icons, if you open a section the icons are broken.

The console indicates that Dashy is attempting to retrieve http[:]//server/home/items-icons/icon.png instead of http[:]//server/items-icons/icon.png
errors

On main page
mainpage

On Section Page

sectionpage

Related to this, the "Back to All" link at the top of the screen shot takes you back to http[:]//server/home instead of the original location (in my case http[:]server) injecting the home sub location when it doesn't exist.

It's not noticeable at first until you refresh the page at which point it you get a "Cannot GET /home" error

Additional info

No response

Please tick the boxes

@jcbromstad jcbromstad added the 🐛 Bug [ISSUE] Ticket describing something that isn't working label Mar 22, 2022
@Lissy93
Copy link
Owner

Lissy93 commented Mar 28, 2022

Thanks for the detailed ticket.
Seems I was using relative path instead of absolute 🤦
Fixed in #557 / V 2.0.6
Feel free to reach out if you need anything else :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug [ISSUE] Ticket describing something that isn't working
Projects
None yet
Development

No branches or pull requests

2 participants