[Community] [Alpha Workbench] [Product Team] Alpha Workbench Page stops executing the Custom Code on Load

Hi All,

@Simphiwe @Sam @Eldho @shiv

We are working on a project in the Alpha Platform, and when we load a global page, all the custom code on the page, whether in beforeInit or OnInit, stops executing. After proper diagnosis of the same, we came to the conclusion that this problem only happens when the following API - “https://sandbox.neutrinos-apps.com/api?/projectdashboard/statusfails and gives a status of “404”. Can anyone help with the same & let us know, how to fix this problem, as this has become a BIG Problem for the project, especially when we are showing the demos?

Note: Attached is the screenshot of the API returning 404.

2 Likes

Hello @achintyakumar.shukla ,
It doesn’t seem like the issue is related to the dashboard status error. Could you please check if any other errors are occurring? Also, review the code in the onInit and beforeInit methods to ensure everything is correct, and then try again.

Hello @Sam ,
We did retrospective of all the code in the onInit & beforeInit multiple times, and we also created a dummy project with the same onInit & beforeInit code, and the problem started to appear in that project as well, so our analysis came to the conclusion that just when this error of dashboard status happens, then the page doesn’t show any data that we are trying to execute using the custom code.

Is this a known issue of the Alpha Platform?

Hello @achintyakumar.shukla ,
Are you experiencing this issue on all global pages? No one has reported this issue before. Could you please check by trying another global page and see if the issue appears there as well?