Samagra-Development / workflow

Workflow is an Open Source project aimed towards the creation of data flow models using config files thereby allowing you to easily create and interact with stateful applications with minimum setup.
https://samagra-development.github.io/workflow
5 stars 28 forks source link

Issue with Logging in Workflow/File Upload #56

Open Abhinavxox opened 1 year ago

Abhinavxox commented 1 year ago

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

  1. Open the application and navigate to the Workflow/File Upload feature.
  2. Select an option in the form.
  3. Check the console logs for the following entries:
    1. Logs the form from index.js:37
    2. Logs true repeated multiple times per second from controller-webform.js:23
    3. Logs "Broadcasting file update" from form-controller.js:221
  4. 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:

image

Reload bug video:

Samagra_Issue.webm

Versions

Logs

image

Abhinavxox commented 1 year ago

Can any of the maintainers tell me if this needs to be fixed. If so I would like to work on it.