The issue seems to be related to the new icons. Can you try updating the binding of your icons and try again? Use full icon names. Ex: if(cond,“lucide/my-icon”, “lucide/other-icon” instead of “lucide/” + if(cond, “my-icon”, “other-icon”)
I see, thanks. For our latest fix to work, you can’t have any concatenation in the icon names. Perhaps you have some icon somewhere in your project that uses concatenation? They all need to have full names. If that doesn’t work, please create a ticket at support. We will check promptly.
Daniel , its very unpratical to go through all pages of a very big app and figure this out.
Github is accepting the files when I manually download source code and push from my local machine for the same app.
Disappointed this is still not fixed even after a month has gone.
Update
I removed all custom icons and uploaded icons i use manually as svg files (unbelievable i had to do that .. and also hardcode the colors in svg .. but anyway)..