Helpme with error: INVALID URL

1. What is the issue? Please be detailed.
On my self-hosted server, I'm installing ODK Central. The nginx service is set to Healthy, and I'm using ports 8085 (http) and 8580 (https). According to a forum post I saw, in the .env file I should leave ports 80 and 443, but in my docker-compose.yml file, it was suggested I set them to 8085:80 and 8580:443.

I've tried different approaches using various forum posts, but I haven't found a solution.

2. What steps can we take to reproduce this issue?
When I try to view the form I created, because the service is working and the SSL certificate is valid, it returns an OK with the command that verifies the SSL certificates.

Hi, nice username :laughing:

There’s not much to go on here; are you able to share any of:

  • the form XML
  • a public link to the broken form
  • a private link to the broken form?

You can share by direct message to me.


Note to devs: this looks like the message alert.loaderror.* used at https://github.com/enketo/enketo/blob/e6a7e3eb68d5f7584885ef42ff3b628b614ce9aa/packages/enketo-express/public/js/src/module/gui.js#L386-L396