You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
matifali
added
site
Area: frontend dashboard
s2
Broken use cases or features (with a workaround). Only humans may set this.
and removed
needs-triage
Issue that require triage
labels
Feb 18, 2025
Is there an existing issue for this?
Current Behavior
Nothing happens in UI when button is pressed (if template is invalid).
Relevant Log Output
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
Environment
Additional Context
The issue occurs consistently
The text was updated successfully, but these errors were encountered: