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

Guild icons in the users list fail when an external URL is used #230

Open
ramnes opened this issue Jan 24, 2023 · 1 comment
Open

Guild icons in the users list fail when an external URL is used #230

ramnes opened this issue Jan 24, 2023 · 1 comment

Comments

@ramnes
Copy link
Contributor

ramnes commented Jan 24, 2023

image

@ramnes
Copy link
Contributor Author

ramnes commented Jan 24, 2023

The problem lies here:

<img class="icon" width="{{guildIcon.width}}" height="{{guildIcon.height}}" src="{{concat '/api/files/' guildIcon.fileId}}" alt="guild-icon" />

If we use the files path attribute rather than uploading on lemverse manually,src={{concat '/api/files/' guildIcon.fileId}} will indeed fail.

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

1 participant