Closed Ecleptic closed 2 years ago
That's interesting. What object storage software are you using?
I'm guessing it could be fixed by changing line 18 in libs/server/store.ts to include err.name
, but I may be entirely wrong.
All I've done is the steps in the readme:
docker-compose up -d
yarn dev
I assume it's a volume permission issue? I am not terribly familiar with docker.
changing line 18 to include err.name did help me create a file, however typing in the body got me a new error. Which I am looking up now.
What version of node do you use?
I use node 16.
That wasn't it. 😆
https://github.com/ueberdosis/tiptap/issues/577
This error references the issue. and this did work when I did a yarn install
we may need to update node packages to address this.
Perhaps. I'll have to properly look into it later, since I'm slightly busy at the moment.
Okay, update on this issue: Since I can't test it myself at this moment, I wonder if downgrading prosemirrror-model
to ^1.8.1
- I perused a bit through the lockfiles of both rich-markdown-editor
and Notea, and it might be caused by having a too new version for the editor library.
The main reason I'm suggesting this is that rich-markdown-editor
has been archived for nearly a year, and as such may not work with the later versions of Prosemirror.
If not that, it might be that the prosemirror versions used are incompatible with each other.
This is all speculative though.
Quick update on this issue: I tested it with the changes I made in #146, and it works fine.
When running the application, I get this error and googling does not seem to help me get around it.