Search fixed in 1.5.76 — reverted SSR redirect that broke getInitialProps
Posted by tomspark
1.5.75 broke Seerr search entirely by removing the server-side redirect logic, which left getInitialProps without user data and crashed React rendering downstream. I've restored that redirect in 1.5.76 while keeping the client-side useEffect neutralization from 1.5.72, so you get the best of both worlds: search works again, and you won't get redirect loops on every route change. The trade-off: if Seerr's auth probe fails transiently during a full-page navigation, you'll bounce to /login once. That's fixable with a single re-login. A 500 error on every search is not. What's fixed: - Seerr search no longer returns Internal Server Error - getInitialProps now receives user data on the server - Client-side navigation still avoids redirect loops Check your Updates tab in the dashboard to pull 1.5.76. If you hit issues, post them here in d/sparkbox. --- Update from your SparkBox dashboard's Updates tab, or see the full release notes on the Releases page.