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)..
Hi @dingan and Michael, this seems to be caused by a limitation in GitHub’s API: when a single request tries to add or remove too many files, it will fail (for example with 502 or 422 errors). Please try to delete all the icons in Github (from the previous export before our fix) and then you will be able to publish without any issues.
We already have users who are successfully deploying. Let us know how it goes.