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
Similar to the issue mentioned in #1, currently if you include a 500.astro page in your project this adapter does not return that page if the SSR page fails to render.
I imagine some tweaks need to just be made to this line to wrap it in a try/catch to make it return the 500.html page if app.render() fails.
The text was updated successfully, but these errors were encountered:
Similar to the issue mentioned in #1, currently if you include a
500.astro
page in your project this adapter does not return that page if the SSR page fails to render.I imagine some tweaks need to just be made to this line to wrap it in a
try
/catch
to make it return the500.html
page ifapp.render()
fails.The text was updated successfully, but these errors were encountered: