requarks / wiki

Wiki.js | A modern and powerful wiki app built on Node.js
https://js.wiki
GNU Affero General Public License v3.0
24.24k stars 2.68k forks source link

Lose All Pages information #362

Closed agaubert closed 6 years ago

agaubert commented 6 years ago

Actual behavior

I can create new pages and it is displayed in the section all pages, except when I reboot the container and I reconnect on the home page I have nothing in the section all pages.

yet these pages created previously are well saved ( thanks to my volume ^ ^) and I find them well in the repo directory of my container.

Expected behavior

Keep the data in the section " all pages " after container reboot.

Steps to reproduce the behavior

my config.yml configuration :

host: https://mysite.com port: 443

paths: repo: ./repo data: ./data

db: mongodb://wikidb:27017/wiki

my docker-compose.yml configuration :

version: '3' services: wikidb: image: mongo expose:

If you want more information like logs do not hesitate to ask me ^^

NGPixel commented 6 years ago

Try to disable mathjax in your config.yml:

features:
  mathjax: false
agaubert commented 6 years ago

I have disable mathjax in my config.yml but i've the same issue ^^'

Thank you for answering me so quickly

agaubert commented 6 years ago

Do you have any other advice?

NGPixel commented 6 years ago

Have you checked for errors in the /logs files?