Hi, I installed kobotoolbox on my own servers, but I had the issue when I open the deployed form, it cannot find the logo image i set. It appear like a broken image. Trying to solve this, I replicated the form in kobotoolbox server and works fine. Inspecting the code generated in the form I got:
As you can see the field src is empty, Am i missing any configuration? or can you give some path to aboard this issue? I’ll appreciate it. Thank you!
Hi, months later, I found the solution in another forum. We have to change the “ip filtering” enketo configuration, the file is in ~/kobo-env/enketo_express/config.json.
Notice that when the server is in a private datacenter, usually the public IP is not directly associated with the machine, so thats why we have to change the allowPrivateIPAddress property to true.
Hi, thank you for the information. I had the exact same issue, and i did the change you mentioned, but i’m still having the problem with the media files. So i don’t know if is it necessary to do something with the containers in order to see the change reflected on the server.