`getServerSideProps` fails silently and returns 404
I’m currently tinkering with something and noticed that when an exception is thrown in
getServerSideProps
getServerSideProps
, the page just returns a 404 with nothing logged in either console. Is there a way to make it not fail silently and log the error? (I’ve tried putting it in a try catch block)