Open
Description
Description
I would like to report an issue regarding the logging behavior in the Workflow/File Upload feature. The application logs certain events to the console, even when the application is running on port 3000 and I reload a different website, such as example.com.
How to reproduce
- Open the application and navigate to the Workflow/File Upload feature.
- Select an option in the form.
- Check the console logs for the following entries:
- Logs the
form
fromindex.js:37
- Logs
true
repeated multiple times per second fromcontroller-webform.js:23
- Logs
"Broadcasting file update"
fromform-controller.js:221
- Logs the
- When the app is running in port 3000, but if we reload a different website say
example.com
, it logs all given entries again
Screenshots
Logs:
Reload bug video:
Samagra_Issue.webm
Versions
- Operating System : Ubuntu 22.04
- Browser : Chrome