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
In the function Project.prototype.getActiveStorageConnection at the project model, there should be a check related to the config object that is fetched from the graph after the callback of :
If the config is null, all the features related to the storage(uploads/etc) do not work.
The fact that the project does not have a storage config associated is in itself a bug.
Possible ways to fix the problem (programmers)
add a isNull(config) check and handle this specific case -> maybe default to a local storage config ?
The text was updated successfully, but these errors were encountered:
Dendro Version if known (or site URL)
master
Please describe the expected behaviour
In the function Project.prototype.getActiveStorageConnection at the project model, there should be a check related to the config object that is fetched from the graph after the callback of :
Please describe the actual behaviour
If the config is null, all the features related to the storage(uploads/etc) do not work.
The fact that the project does not have a storage config associated is in itself a bug.
Possible ways to fix the problem (programmers)
add a isNull(config) check and handle this specific case -> maybe default to a local storage config ?
The text was updated successfully, but these errors were encountered: