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
{{ message }}
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.
I renamed a directory in my GitHub repository, which resulted in getting two items in my Wiki.js sidebar (one item with old name, one item with new name):
The text was updated successfully, but these errors were encountered:
Restart Wiki.js to fix this issue. The file watcher (chokidar) doesn't support renames, so this is not being detected.
It will be implemented differently in 2.0, but for now I would simply avoid doing renames outside Wiki.js. Use the Move function in Wiki.js to rename a file instead.
Edit file /server/agent.js and edit line 82 with the cron configuration you want. So if you want it to run every minute, it would be: cronTime: '0 * * * * *',
Heroku shows me in my dashboard that there is a "Heroku Git URL" for my Wiki application but when I clone it, Git says that I have cloned an empty repository.
I renamed a directory in my GitHub repository, which resulted in getting two items in my Wiki.js sidebar (one item with old name, one item with new name):
The text was updated successfully, but these errors were encountered: