phodal / quake

Quake is a knowledge management meta-framework for geeks. Use meta-data + Transflow to CRUD data, Git + markdown to management content, Web Component for frontend-custom. Quake 是面向极客的知识管理元框架。
MIT License
441 stars 39 forks source link

Bug: entry_watcher throw `no such file` error while create a new entry #40

Closed Eliot00 closed 2 years ago

Eliot00 commented 2 years ago

Steps to reproduce (please include code)

  1. mkdir quake_test && cd quake_test
  2. run quake init -d
  3. run meilisearch
  4. run quake server -w
  5. open webapp and create a new entry by action todo.add: hello
  6. edit and click save button
  7. open console see the log: ERROR quake::helper::entry_watcher: watch error: Os { code: 2, kind: NotFound, message: "No such file or directory" }

Environment

phodal commented 2 years ago

can't reproduce