I'm running a local instance of wikiless for my use only. Recently it sort of broke. I can go to any wikipedia article (e.g. from a web search using LibRedirect). However, clicking any link in the article gives me an error. Here is my docker-compose:
I'm running a local instance of wikiless for my use only. Recently it sort of broke. I can go to any wikipedia article (e.g. from a web search using LibRedirect). However, clicking any link in the article gives me an error. Here is my docker-compose:
Everything was working fine, but now I get (from today's front page):
Cannot GET /Revolutionary_Girl_Utena
I've noticed that when the link resolves it's missing '/wiki/' in the URL. If I manually add it in, it works.
This doesn't work: http://192.168.1.114:8380/Revolutionary_Girl_Utena?lang=en This does: http://192.168.1.114:8380/wiki/Revolutionary_Girl_Utena?lang=en
Any help would be appreciated.