Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hey there!
Since you’re using the OpenWebUI 1-Click Droplet, and based on the install script, the app runs directly in Docker, so it sounds like that the 60-second timeout likely comes from inside OpenWebUI itself, probably either the frontend or backend.
You can check if there’s an environment variable or config option to increase the timeout, but if it’s not documented, it’s worth opening an issue on the OpenWebUI GitHub repo.
Also, feel free to raise this on the DigitalOcean 1-Click GitHub repo, it might help improve the 1-Click setup in future updates.
- Bobby