Hi WeWeb team,
We’re currently working on a self-hosted deployment of our project. One critical issue is blocking our progress:
In system components like Checkbox, WeWeb still uses older icon types (as fonts e.g. fas fa-check). These icons are loaded from cdn.weweb.io, and they don’t load correctly after deploy to our own server — making the UI elements appear broken.
We already use new icons via Assets > Icons, which are properly bundled during deploy. But unfortunately, we cannot control the icons inside built-in components like checkboxes, toggles, etc.
This is a critical issue for us — we had to pause the entire project because the deployed version is broken without those icons.
Can you please let us know:
When will default elements (like Checkbox) be updated to use icons from the new icon system (Assets > Icons)?
Is there a workaround or way to override this behavior so that these icons are loaded locally instead of from the CDN? Unfortunately, using CDN-hosted assets is not an option for us, as they are blocked due to regional restrictions.