Skip to content

[Bug] Icon not Found #2248

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

Open
1 task
UmangPatel3010 opened this issue Mar 24, 2025 · 3 comments
Open
1 task

[Bug] Icon not Found #2248

UmangPatel3010 opened this issue Mar 24, 2025 · 3 comments
Assignees
Labels
bug Something isn't working needs triage Issues that need to be triaged v4 Issues related to the latest version

Comments

@UmangPatel3010
Copy link

UmangPatel3010 commented Mar 24, 2025

Is there an existing issue for this?

  • Yes, I have searched the existing issues and none of them match my problem.

Product Variant

Cloud (https://rxresu.me)

Current Behavior

In User Details Section-Basics icons are seen on the Website but When pdf is Downloaded the Icons Are missing in pdf

Expected Behavior

Icons should be seen in Downloaded pdf too

Steps To Reproduce

No response

What browsers are you seeing the problem on?

Chrome

What template are you using?

Bronzor

Anything else?

No response

@UmangPatel3010 UmangPatel3010 added bug Something isn't working needs triage Issues that need to be triaged v4 Issues related to the latest version labels Mar 24, 2025
@UmangPatel3010 UmangPatel3010 changed the title [Bug] <title> Icon not Found [Feature] Icon not Found Mar 24, 2025
@UmangPatel3010 UmangPatel3010 changed the title [Feature] Icon not Found [Bug] Icon not Found Mar 24, 2025
@Chen-Johan
Copy link

Yea, I just found out all the icons gone on all templates.

@dakotatokad
Copy link

dakotatokad commented Mar 24, 2025

I'm also seeing this.

Safari: Icons missing
Chrome: Icons visible in preview

Both: Export does not render icons

I'm self-hosting but I don't see a new docker tag for over 2 months so this makes me think that it's a change to an external dependency but what do I know.

@dakotatokad
Copy link

dakotatokad commented Mar 24, 2025

I think I've found the bug. It appears in the HTML file there is a script that attempts to render the Phosphor icons:

<script src="https://unpkg.com/@phosphor-icons/web"></script>

However when attempting follow this link we get this response:

Not found: @phosphor-icons/[email protected]

Additionally, the console logs this error:

Refused to execute https://unpkg.com/@phosphor-icons/web as script because "X-Content-Type-Options: nosniff" was given and its Content-Type is not a script MIME type.

Perhaps this is because Phosphor appears to be migrating to jsdelivr?

phosphor-icons/web@c966e6f

EDIT: Appears there is already a pending PR for this: #2233

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage Issues that need to be triaged v4 Issues related to the latest version
Projects
None yet
Development

No branches or pull requests

4 participants