Hi there,
I've made Formhub work with enketo-express before, but now I'm trying with a newer version of Enketo-express (my version was about 1-2 months old) and I am having issues. I might be missing something obvious.
Configuration & Logs
My Formhub settings (preset/default_settings.py):
ENKETO_PREVIEW_URL = ENKETO_URL + 'preview'
ENKETO_API_INSTANCE_IFRAME_URL = ENKETO_URL + "/api/v2"
ENKETO_API_TOKEN = 'MY_API' # use your Enketo API key here
Grunt develop output when I request the form.
openRosaId: 'AA',
submissions: '0',
launchDate: '2015-02-24T09:37:19.257Z',
active: 'true',
theme: '',
lastAccessed: '2015-02-24T15:41:08.439Z' }
Config.json portion
"port": "13131",
"offline enabled": false,
"linked form and data server": {
"name": "KoBoCAT",
"server url": "*",
"api key": "MY_API",
"authentication": {
"managed by enketo": true,
"allow insecure transport": true,
}
},
I set server_url as * so I can accept requests from both ODK and formhub; I played around a lot with many of the settings but nothing so far.
Best,
piqo