Docker Windows 11 - ODK central error 500 on previewing a form

Hi ODK team,

I deployed ODK central in my Windows 11 computer using Docker. The application works and we can create an XLSForm and upload it.

The problem occurs when I want to view the form, here is a screenshot of the error :

Coming from this URL whose response code is 500 :

https://192.168.207.139/-/transform/xform/lhHK7VdonqjKIb0tXs30y7sHPe7TSMw (in my LAN)

Or :

https://localhost/-/transform/xform/lhHK7VdonqjKIb0tXs30y7sHPe7TSMw

What do you think about this error ?

Hi Wilo,

Welcome to ODK Forum, if you have a moment, feel free to introduce yourself here

The problem you see here is most likely due to SSL certificate. Since you are running ODK Central on localhost you won't have a valid certificate.

Currently ODK Central requires https and fully qualified domain name, this might change in future. For the context see LN's comment here

2 Likes