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

the images do not appear #343

Open
damda58 opened this issue Sep 22, 2021 · 1 comment
Open

the images do not appear #343

damda58 opened this issue Sep 22, 2021 · 1 comment

Comments

@damda58
Copy link

damda58 commented Sep 22, 2021

image

image

the images do not appear because the link is not good. How to correct this?
When installing I left / to the linker to put http://localhost: 3000/
How do I correct my mistake?

@Andi-bz
Copy link

Andi-bz commented Dec 12, 2021

Hi,
When you change /icons/ to icons/ in line 73, 156 and 352 the images appear on my dashboard.
https://github.com/linuxserver/heimdalljs/blob/master/routes/items.js

example of line 73:
before:
req.body.icon = /icons/${randomFilename}.${fileType.ext}
after:
req.body.icon = icons/${randomFilename}.${fileType.ext}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants