airbnb / knowledge-repo

A next-generation curated knowledge sharing platform for data scientists and other technical professions.
Apache License 2.0
5.48k stars 688 forks source link

Knowledge post not getting rendered on AWS #343

Open analyticalmonk opened 7 years ago

analyticalmonk commented 7 years ago

Auto-reviewers: @NiharikaRay @matthewwardrop @earthmancash @danfrankj

Hi, A weird bug cropped up while I was trying to set up knowledge repo for my organization. I'm deploying the web app on AWS using nginx. A post wasn't getting rendered. However, everything works fine and the post renders when I deploy the server on my local machine. I tried adding the same post under a different name after removing a hindi character which it contained and it renders now. Maybe the issue didn't have to do with the character itself and had to do with the way file was added first time. But I can't be sure. The original post still doesn't render. The folder structure as of now is as follows: -- Category1 ---- Post1 ---- Post2 (Post which doesn't get rendered) ---- Post3 (Post2 without the Hindi character) -- Category2 ---- Post1

Is there precedence for such an issue cropping up due to non-english characters?

matthewwardrop commented 7 years ago

Hi @analyticalmonk !

Is there any differences in the deployment? In particular, knowledge_repo version. Unicode support was only added post the current released stable version of the knowledge repo (new version coming soon, TM).

Other than that, I can think of no issue that might cause this. :/