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] Can't serve SVG files #199

Closed
4 tasks done
IzeQube opened this issue Sep 4, 2021 · 1 comment
Closed
4 tasks done

[BUG] Can't serve SVG files #199

IzeQube opened this issue Sep 4, 2021 · 1 comment
Assignees
Labels
🐛 Bug [ISSUE] Ticket describing something that isn't working

Comments

@IzeQube
Copy link

IzeQube commented Sep 4, 2021

Environment

Self-Hosted (Docker)

Version

1.7.0

Describe the problem

I put a few PNG und SVG files in my icons-folder. The PNG files work without problems, the SVG files don't work.
The embedded webserver just returns a 404

If I serve the same SVG from a different server everything works.

Additional info

Error Message in Dev-Tools

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Error</title>
</head>
<body>
<pre>Cannot GET /home-assistant.svg</pre>
</body>
</html>

Please tick the boxes

@IzeQube IzeQube added the 🐛 Bug [ISSUE] Ticket describing something that isn't working label Sep 4, 2021
Lissy93 added a commit that referenced this issue Sep 4, 2021
[BUG-FIXES] - Minor UI bug fixes and build refactor
Fixed #196 #198 #199
@Lissy93
Copy link
Owner

Lissy93 commented Sep 4, 2021

Thanks for raising, this is fixed in 412c179 of PR #201 released in V 1.7.1

@Lissy93 Lissy93 closed this as completed Sep 4, 2021
asterling8516 pushed a commit to asterling8516/dashy that referenced this issue Nov 23, 2023
Signed-off-by: Bjorn Lammers <walkxnl@gmail.com>
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