We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c61f111 commit 37592cfCopy full SHA for 37592cf
site/static/error.html
@@ -167,12 +167,6 @@ <h1>
167
{{- if not .Error.HideStatus }}{{ .Error.Status }} - {{end}}{{
168
.Error.Title }}
169
</h1>
170
- {{- if .Error.SwitchProtocolLink }}
171
- <p>It looks like the error was due to a protocol mismatch. Do you want to try using {{ .Error.SwitchProtocolTarget }}?</p>
172
- <div class="button-group">
173
- <a href="{{ .Error.SwitchProtocolLink }}">Use {{ .Error.SwitchProtocolTarget }}</a>
174
- </div>
175
- {{ end }}
176
{{- if .Error.RenderDescriptionMarkdown }} {{ .ErrorDescriptionHTML }} {{
177
else }}
178
<p>{{ .Error.Description }}</p>
0 commit comments