Issue with button functionality working in preview mode but not in deployed mode
Hey guys,
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.
3 Replies
The code for modifying the table "c" is below
self-hosted or cloud, what version?
update your versions of windmill to latest releases, we had some issues with frontend script a few releases ago
this is self hosted - CE v1.435.2-17-g8e9cb9c4d
let me try to update it
perfect it works!