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
This error message shows in the browser console when an FS operation fails due to a disallowed path:
"forbidden path C:\whatever..."
It turns out I was missing the "fs:allow-exists" permission, but the error message didn't give me any clue about that, and it made me think something elsewhere else was broken 😅
Describe the solution you'd like
The error message should be more specific:
missing the 'fs:allow-exists' permission for this path: C:\whatever...
Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the problem
This error message shows in the browser console when an FS operation fails due to a disallowed path:
It turns out I was missing the "fs:allow-exists" permission, but the error message didn't give me any clue about that, and it made me think something elsewhere else was broken 😅
Describe the solution you'd like
The error message should be more specific:
Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: