Development articles and debugging stories.

SPA Blank Screen After Deploy: Inertia.js usePage().url is a String
After deploying a Rails + Inertia.js + Svelte app, visiting the URL showed a completely blank screen. The server was responding normally and all assets were loading fine — but nothing was rendering. This post covers the full investigation, root cause, fix, and patterns to prevent this from happening again. Symptoms Blank screen (white background only) when accessing the deployed URL Works fine on the local development server No error page displayed — just silence No anomalies in the server logs (200 responses, normal request handling) What makes this situation particularly frustrating is that from the server’s perspective, everything is working perfectly. HTTP status code 200, no error logs, normal response times. The problem exists only inside the browser. ...








