mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
bb39de247d
A stray root-level app/api/copilotkit/[[...slug]]/route.ts shadowed the real src/app/ App Router tree. When both app/ and src/app/ exist, Next.js uses root app/ and ignores src/app/, so the home page (src/app/page.tsx) was never built and GET / returned 404, failing the compose healthcheck. Remove the stray duplicate so Next.js builds from src/app/.