aspnetcore-material-universal
aspnetcore-material-universal copied to clipboard
SPA Fallback
Hi, do you have an idea how to apply fallback mechanism to display none-SSR page if SSR rendering failed?
You may can use try-catch in middleware and output the index.html page when ssr rendering failed(it would throw exceptions).
Cool, thanks!