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
When mounting multiple storage, if one of the mountpoint throw an error, it breaks all.
Let's say I mount a fs storage and http storage. If http is down, I can't get only the fs storage. storage.getKeys() throw an error.
How to prevent this and obtain the fs storage anyway?
Additional information
Would you be willing to help implement this feature?