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
Add logging for SSR render request failures (#63) (#89)
When server-side rendering fails (e.g., SSR server unavailable or returns
an error), Inertia silently falls back to client-side rendering. This made
debugging SSR issues difficult since errors were swallowed without any trace.
This change uses Python's logging module to log exceptions when SSR requests
fail, providing visibility into SSR failures while maintaining the graceful
fallback behavior.
Fixes#63
Co-authored-by: leeuwr <[email protected]>
0 commit comments