Hi, I’m new to this platform. I have a problem that is making my project unfeasible. It started showing ERROR: d8 failed, when compiling the application. I isolated all the last added blocks. Apparently the error is in the number of blocks. When the number of blocks is less than or equal to 3830, there is no error. When I create any additional block, it gives an error. I would like to know if there is a solution, if the platform has limitations, and if it is a bug: will it be fixed? If there is no solution, I have no way to continue.
The four extensions I’m using are in the image, but I don’t think the problem is related to them.
Upload your app to https://unchive.kodular.io to get some statistics of your project and post the statistics overview
Taifun
The problem is already mentioned itself, if you read your dialog it’s related to extension, please check your extension
In this case I think, you have “too much of something” by @Boban because you also mentioned
Why do you need 259 labels, 204 textboxes, 180 horizontal arrangements in one screen?
Reuse your components or split your screen into 2 screens
Taifun
![]()
This is the moment to start using
or
RecyclerList (I prefer this one because it renders only the components you see and greatly improves the app performance).
The application has several screens (making vertical scrolling arrangements visible or invisible), so I saw no need to add another standard screen, from Kodular. Based on @Taifun comment, I created another default screen, and managed to add more blocks and compile the application (now the total is over 3830). Apparently the application would have a limitation of 3830 blocks per screen. I learned to create with this application, that’s why I didn’t use dynamic components, it also has a lot of data input, now it wouldn’t be feasible to change everything.
Thanks everyone!
But what type of app could be this? 260 label’s? 204 textbox?
I made the application for the company I work for, it has 3 technical reports focused on the energy distribution area that were previously filled out on a printed sheet. The reports include photo attachments (I made these attachments with dynamic components), filling in specific data, scanning serial numbers and generating a PDF file. The parts that most use labels and textbox are:
1 checklist
2 technical report: data entry
3 technical report: print layout
If you have tips to improve, I would appreciate it, this is my first app
Dynamic component + view pager.
Make components dynamically, needs loy of patients and multiple cross check for error free. Cannot do blindly in no time or quick time.
When page 1 over and move to page 2 hide page 1 arrangements and make dynamic component in arrangement 2. Likewise go on. So your app wont free










