Issue with button functionality working in preview mode but not in deployed mode
I’ve encountered an issue where functionality that works correctly in the preview/draft mode does not seem to work once the application is deployed.
In the preview mode, when I press the “Press me” button, it properly marks all checkboxes in the AG Grid component named “c” as ready for review.
However, after deploying the application, pressing the same button no longer updates the checkboxes as expected.
I’ve attached a video that demonstrates the difference in behavior between the preview and deployed environments.
Here is a summary of what I’m experiencing:
• In draft/preview mode:
• Clicking the “Press me” button results in all checkboxes in the “c” grid being marked as ready for review.
• In deployed/production mode:
• Clicking the “Press me” button does not update the checkboxes, even though the same code is running.
I’ve verified that the code logs and set operations are occurring as intended in preview mode, but in the production environment, the console logs do not appear to show the same output (only “Frontend job started w” is logged).
Could you please help investigate why this discrepancy occurs between the preview and deployed modes?
Any guidance on how to ensure console logs and the AG Grid updates are visible and functioning correctly in production would be greatly appreciated.
Thank you for your assistance.