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...
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