ITISFoundation / osparc-issues

🐼 issue-only repo for the osparc project
3 stars 5 forks source link

Outputs not updating in tip.science #1559

Open Konohana0608 opened 2 months ago

Konohana0608 commented 2 months ago

Long Story Short When creating files in the app mode, the outputs section on the right doesn't update after files are created. They are in the file system since the following services work as expected so it seems to be a UI update issue.

Expected Behavior Outputs section shows files generated. It is needed to also download the files.

Actual behaviour outputs are not visible.

Steps to reproduce Create new study on tip.science, create a set-up with the electrode selector and check the outputs side-panel.

image

image

GitHK commented 2 months ago

Followup

After additional investigation and confirmation from the user. The service properly manages to upload the outputs. The user clicked twice on "finish set up" and for both clicks there is a log and trace of a file being uploaded. The downstream service, correctly downloaded the this outputs file and used it.

Where could the problem be?

There are 3 possible candidates for the issue:

  1. posters did not trigger notification when port was changed
  2. backend did not deliver notification to frontend after the Postgres notification was generated
  3. frontend did not handle the notification from the backend
GitHK commented 2 months ago

NOTE: on master deployment this message can be found in graylog on the deployment at hand "nodeUpdated" is never found at all. Other messages, logged by the same logger are there, like the "logger"

GitHK commented 2 months ago

Unfortunately, we have not enough logs to carry on investigating with the issue.