You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 from index.js:37
Logs true repeated multiple times per second from controller-webform.js:23
Logs "Broadcasting file update" from form-controller.js:221
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
Logs
The text was updated successfully, but these errors were encountered:
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
form
fromindex.js:37
true
repeated multiple times per second fromcontroller-webform.js:23
"Broadcasting file update"
fromform-controller.js:221
example.com
, it logs all given entries againScreenshots
Logs:
Reload bug video:
Samagra_Issue.webm
Versions
Logs
The text was updated successfully, but these errors were encountered: