Open CookieGMVN opened 2 weeks ago
Should be fixed with next release - see https://github.com/JhumanJ/OpnForm/commit/9e19338b54a6f298b86f73b571ee8f95a6ab80b6
The icons are still missing from web UI in self-hosted deployment despite Docker images being manually rebuilt from source.
I'm also having this issue on a fresh install..
This is an issue with one of our dependencies https://github.com/nuxt/icon/issues/259#issuecomment-2475433175 A fix was recently released - which didn't work for us it seems. I'll investigate this further
Can you please try the most recent release? https://github.com/JhumanJ/OpnForm/releases/tag/v1.4.2
I can confirm the icons appear on the form builder now, but not very reliably.
I have not seen any changes on my end sorry...
Describe the issue The editor UI of OpnForm is broken because the UI can't load icons which is required.
Deployment Environment
Deployment Method
Steps Taken Describe the steps you've taken to deploy the application:
docker compose up -d
Error Messages The server responsed with:
Configuration Files
Logs There is no log provided.
Additional context The UI got an error from server when trying to get the JSON files of the icons that is required for it. The UI requested to domain.com/api/nuxt_icons/file.json but it can't, so I think this is a bug.