500 Error Redirect Page Issue
I'm following the ACS Commons method of redirecting my errors to our custom error-handling pages, and the redirect is happening. On my local machine, I am purposely throwing a 500 error by misspelling a sightly attribute in my HTML file (this is the only way I know so far to do this). On my 500 error page, though, I am getting another 500 error and an "Uncaught ReferenceError: Granite is not defined", which is causing my clientlibs to break and the page to look terrible and broken. Does anyone know why this may be happening or how I can fix it? It's very frustrating because my actual 500 page does not itself have any errors in code, just the page that redirects to it. Thank you!