@Paul_Thomas @Simphiwe @achintyakumar.shukla @shiv
Critical Issue — Data Loading and Lifecycle Inconsistency
The most critical issue I’m facing is inconsistent data loading behavior in the Alpha (Neutrinos) platform.
Sometimes, the code executes correctly following the expected lifecycle sequence (beforeInit → onInit).
Other times, the custom code is not triggered at all for that page.
While debugging, I observed duplicate function definitions or repeated code blocks in the source file, which might be causing this issue.
When we replicated the same pages in another project, the issue did not occur — the page loaded and executed as expected.
However, after creating an entirely new project and migrating all pages on newly created project, the same data-loading issue reappeared.
This might be related to large file sets or duplicate generated code.
I need guidance on:
How to identify and remove duplicate custom code safely.
Whether this is a known platform issue in Neutrinos.
Best practices to ensure consistent lifecycle execution across environments.
the source code attached shows the duplicate code at

