- Notifications
You must be signed in to change notification settings - Fork1k
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
When an error occurs when a template is created, the information is not surfaced through the Web UI and can only be accessed by using the Coder CLI.

Instead, the process hangs indefinitely, which gives the impression that the issue is around provisioner availability and encourages users to wait around instead of debugging the issue by other means.

Quick fix: On documentation (ex. in the quickstart) guide users towards using the Coder CLI to debug issues.
Engineering fix: Output errors to the Web UI, potentialy in the form of a terminal window.
Relevant Log Output
Expected Behavior
Web UI should detect that an error has occurred and surface appropriate log output to aid debugging.
Steps to Reproduce
- Create a Coder Docker template (i.e. follow thequickstart)
- Ensure that Docker is not open, which will throw an error
- Click
Save
- this will redirect you to the page where the process hangs indefinitely.
Environment
- Host OS:
- Coder version:
Additional Context
No response