NestJS was returning 404 JSON for SPA routes like /dashboard/search because ServeStaticModule couldn't find a matching file and the request fell through to NestJS router. Add explicit catch-all GET handler after app.init() to serve index.html for non-API routes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>