Skip to content

Avata image #444

Open
Open
@Seyu84

Description

@Seyu84

Hi!
In case someone is looking for information on how to make the avatar images appear, just remove a /.
We're going to:

https://github.com/linuxserver/heimdalljs/blob/master/routes/users.js
in line 267, change this
await user.update({ avatar: /avatars/${newAvatar} })
to this
await user.update({ avatar: avatars/${newAvatar} })

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions