mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[GH-ISSUE #643] Unable to create file system storage using a path with spaces #337
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#337
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mig42 on GitHub (Oct 6, 2020).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/643
Current behavior
I get an error message
TypeError: Cannot read property '/' of undefinedwhen I try to add a File System storage with a path that contains spaces. There are no error messages in the console. I'm using the company OneDrive, so I can't rename the directory.This doesn't happen in old Boostnote 0.16.1.
Expected behavior
I can add a file system storage using a path that contains spaces.
Steps to reproduce
Environment
Desktop/Web
@ilfuriano commented on GitHub (Oct 7, 2020):
I found a temporary workaround in Windows 10.
Just create a symbolic link to your path without spaces.
Es.
mklink /J C:\localStorage "C:\localstorage with space"@mig42 commented on GitHub (Oct 10, 2020):
Thanks @ilfuriano ! However, that doesn't work in macOS 😢 if I use a symlink, Boost Note will resolve the actual path and use it instead...
@guneskaan commented on GitHub (Dec 13, 2020):
Cannot reproduce in Mac Electron in v0.11.5
@Rokt33r commented on GitHub (Aug 23, 2021):
Cannot reproduce the problem. If you are still experiencing the same issue, please create a new issue in https://github.com/BoostIO/BoostNote.next-local/issues