In my case the white screen of death was fixed by removing leading slash in the js file path, ex:
src="js/app.js" <-- All good
src="/js/app.js" <-- WSOD
triky one
In my case the white screen of death was fixed by removing leading slash in the js file path, ex:
src="js/app.js" <-- All good
src="/js/app.js" <-- WSOD
triky one