Got 502 Bad Gateway accessing url /me

Hello.

I tried to customize kobo docker to run behind a nginx proxy. I can access kobo form and login but got 502 Bad Gateway when the app try to access url /me. Can i have a clue where to start troubleshooting ?

I’ve the same problem, any idea?

Hello @carrpirates,

There are few fixes on /me endpoint within next release of kpi. It’s not ready yet but should be released soon.
Meanwhile, you can try to activate the debug mode in kpi and see if you get an error for that.

To activate the debug mode, you need to change in kobo-deployments/envfiles/kpi.txt, DEBUG=False to DEBUG=True and restart the KoboInstall.
You can read the logs with python run.py --logs

1 Like