-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed as not planned
Closed as not planned
Copy link
Labels
s2Broken use cases or features (with a workaround). Only humans may set this.Broken use cases or features (with a workaround). Only humans may set this.siteArea: frontend dashboardArea: frontend dashboard
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Nothing happens in UI when button is pressed (if template is invalid).
Relevant Log Output
POST https://****/api/v2/organizations/coder/templateversions
STATUS: 500
message "Internal error checking workspace tags"
detail 'parse module: Argument or block definition required: An argument or block definition is required here. To set an argument, use the equals sign "=" to introduce the argument value.'Expected Behavior
Error message is shown to user.
Message explains what happen and provide recommendation for the next steps.
Something like:
"Template is not valid, please fix it and build again: {message}"
Steps to Reproduce
- Open Template Edit window
- Type. "HELLO" at the first string
- Open browser development console
- Click build
- Check for response 500 in the browser development console
Environment
- Coder version: v2.18.5+41bfccc
Additional Context
The issue occurs consistently
Metadata
Metadata
Assignees
Labels
s2Broken use cases or features (with a workaround). Only humans may set this.Broken use cases or features (with a workaround). Only humans may set this.siteArea: frontend dashboardArea: frontend dashboard