Source of custom Logo and Favicon not consistently set? #472

Closed
opened 2026-02-05 17:39:14 +03:00 by OVERLORD · 2 comments
Owner

Originally created by @Mawiguk0 on GitHub (Oct 17, 2025).

Current Behavior

I discovered that the logo src is not set consistently througout the panel.
When examining the nodes/servers the logo src is relative to the current path.
404 GET | https://panel.example.de/admin/servers/16/.png

Same happens for the favicon

Expected Behavior

The src to the logo should be static

404 GET | https://panel.example.de/.png

Steps to Reproduce

  1. Set custom logo
  2. visit the panel landing page
  3. visit admin area
    See in Browser Console
    404 GET | https://panel.example.de/admin/servers/16/.png

Panel Version

1.0.0-beta26

Wings Version

wings v1.0.0-beta18

Games and/or Eggs Affected

No response

Docker Image

No response

Error Logs


Is there an existing issue for this?

  • I have searched the existing issues before opening this issue.
  • I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server.
  • I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
Originally created by @Mawiguk0 on GitHub (Oct 17, 2025). ### Current Behavior I discovered that the logo src is not set consistently througout the panel. When examining the nodes/servers the logo src is relative to the current path. 404 GET | https://panel.example.de/admin/servers/16/<logoname>.png Same happens for the favicon ### Expected Behavior The src to the logo should be static 404 GET | https://panel.example.de/<logoname>.png ### Steps to Reproduce 1. Set custom logo 2. visit the panel landing page 3. visit admin area See in Browser Console 404 GET | https://panel.example.de/admin/servers/16/<logoname>.png ### Panel Version 1.0.0-beta26 ### Wings Version wings v1.0.0-beta18 ### Games and/or Eggs Affected _No response_ ### Docker Image _No response_ ### Error Logs ```bash ``` ### Is there an existing issue for this? - [x] I have searched the existing issues before opening this issue. - [x] I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server. - [x] I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
Author
Owner

@rmartinoscar commented on GitHub (Oct 17, 2025):

Hey the link is relative so you need to put a / in front otherwise its just gonna add the link at the end of the current url.
Example
favicon.ico => https://demo.pelican.dev/favicon.ico => https://demo.pelican.dev/admin/servers/16/favicon.ico
/favicon.ico => https://demo.pelican.dev/favicon.ico => https://demo.pelican.dev/favicon.ico

@rmartinoscar commented on GitHub (Oct 17, 2025): Hey the link is relative so you need to put a / in front otherwise its just gonna add the link at the end of the current url. Example favicon.ico => https://demo.pelican.dev/favicon.ico => https://demo.pelican.dev/admin/servers/16/favicon.ico /favicon.ico => https://demo.pelican.dev/favicon.ico => https://demo.pelican.dev/favicon.ico
Author
Owner

@Mawiguk0 commented on GitHub (Oct 18, 2025):

What a simple yet helpful answer! Thank you!

@Mawiguk0 commented on GitHub (Oct 18, 2025): What a simple yet helpful answer! Thank you!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel-pelican-dev#472