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
Describe the bug
The following report is not really about an error/a bug, but rather an inaccurate error message.
If you disable local storage in the privacy settings, create a workflow using fulibWorkflows and try to download any type of output, it prints out an error into the little toast in the upper right corner. The error says: "Download Files - Editor Content does not exist". It doesn't matter what types of outputs are selected.
While this is not an error/a bug, the message displayed suggests that something went wrong and the content doesn't exist. Instead something like "Could not download files - Please allow the use of local data storage in your Privacy Preferences." should be displayed.
Create a new workflow (for example just - workflow: Example).
Press 'Download'.
See inaccurate error.
Expected behavior
A more precise error should be displayed.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: Windows
FireFox
Windows 10 (64-Bit), FireFox 107.0 (64-Bit)
Additional context
It appears that this has happened to multiple users and since the error is not providing any information, they weren't able to find the cause.
The text was updated successfully, but these errors were encountered:
Possibly related to this issue.
Describe the bug
The following report is not really about an error/a bug, but rather an inaccurate error message.
If you disable local storage in the privacy settings, create a workflow using fulibWorkflows and try to download any type of output, it prints out an error into the little toast in the upper right corner. The error says: "Download Files - Editor Content does not exist". It doesn't matter what types of outputs are selected.
This is caused by
yamlContent
in download-es.component.ts beingnull
everytime, as it can only get its data from theprivacyService
if theallowLocalStorage()
method returns true (which isn't the case if local storage is disabled).While this is not an error/a bug, the message displayed suggests that something went wrong and the content doesn't exist. Instead something like "Could not download files - Please allow the use of local data storage in your Privacy Preferences." should be displayed.
To Reproduce
Steps to reproduce the behavior:
- workflow: Example
).Expected behavior
A more precise error should be displayed.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
It appears that this has happened to multiple users and since the error is not providing any information, they weren't able to find the cause.
The text was updated successfully, but these errors were encountered: