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
varmessage=$"Prerendering failed because no HTML template could be obtained. Check that your SPA is compiling without errors. The {nameof(SpaApplicationBuilderExtensions.UseSpa)}() middleware returned a response with status code {context.Response.StatusCode}";
109
+
if(outputBuffer.Length>0)
110
+
{
111
+
message+=" and the following content: "+Encoding.UTF8.GetString(outputBuffer.GetBuffer());
112
+
}
113
+
114
+
thrownewInvalidOperationException(message);
102
115
}
103
116
104
117
// Most prerendering logic will want to know about the original, unprerendered
0 commit comments