Nicolas Giard
Nicolas Giard
This will be fixed in 2.0. Restart Wiki.js as a workaround in the meantime.
How much RAM do you have?
Both `clientSecret: 'yhllaVNO8|?ilVVRC5823$~'` and `clientSecret: "yhllaVNO8|?ilVVRC5823$~"` are proper way to escape strings
This is caused by the `{}` being used to defined blockquotes. You can disable this behavior by removing this line: https://github.com/Requarks/wiki/blob/master/server/libs/markdown.js#L58 However, you will not be able to use custom...
Because Wiki.js relies on kebab-case filenames to read and write data. I'll think of a solution for 2.0 to get around this limitation.
Non-technical users are really bad at using proper file naming. They include spaces, accents and other non url friendly characters, which is why all filenames go through a kebab-case conversion...
Try: https://github.com/docker/compose/issues/4303#issuecomment-379563170 However, on Windows, you should instead use absolute paths instead.
It's generally best practice to avoid using spaces in paths. But I'll try to get it addressed for the 2.0 installation.
Does `userprincipalname` contain an email though? It can be located in any field, but an email is required.
https://github.com/Requarks/wiki/blob/master/server/agent.js#L117-L165