Gateway timeout / unable to deploy error

Hi @tnkai

thanks for your answer - yes, I’m going to split the form into two sets. A bit annoying but hey…

Cheers,
V

1 Like

Hi @tnkai and @Kal_Lam,

We have ~1650 rows (1383 questions) that we cannot deploy due to a timeout of just 60s, not 120s as mentioned.

Is it possible to configure this timeout in the application? We run Kobo Toolbox on our server.

@Kal_Lam in this post you were able to deploy 4685 questions. Did that import work in less than 60s or the timeout changed since then?

Thank you!

Sharing for others: in kobo-docker/nginx/kobo-docker-scripts/nginx.conf add a new proxy_read_timeout setting under http:

http {
   ...
  proxy_read_timeout 300;
  ...
}
1 Like