Cursor Cursor Updated May 18, 2026
Fix Cursor IDE model loading error caused by broken auto-mode model mapping in version 2.4.7+; ghost models fail to load Includes evidence for Cursor troubleshooting demand.
AI Model Not Found: Model name is not valid block Docker Docker Updated May 18, 2026
Fix Docker permission denied error when running docker commands without sudo; need to add user to docker group Includes evidence for Docker troubleshooting demand.
Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock AI Coding Tools Claude Code Updated May 18, 2026
Fix MCP server OAuth authentication failures where valid configs work in Claude Code client but fail on specific third-party MCP servers (e.g., Datadog invalid_scope) Includes evidence for Claude Code troubleshooting demand.
Datadog MCP OAuth fails with invalid_scope error (works in Claude Code with identical config) Deployment Vercel Updated May 18, 2026
Diagnose and fix Vercel deployment build failures caused by environment differences between local and cloud build containers Includes evidence for Vercel troubleshooting demand.
Build Failed: Command failed with exit code 1 Deployment Vercel Updated May 18, 2026
Fix Vercel deployment failure caused by serverless function bundle exceeding the 250MB unzipped size limit Includes evidence for Vercel troubleshooting demand.
Serverless Function has exceeded the unzipped maximum size of 250 MB AI Coding Tools Claude Code Updated May 18, 2026
Fix MCP filesystem server ENOENT error in Claude Desktop where Windows absolute paths get mangled during npx-based server launch Includes evidence for Claude Code troubleshooting demand.
ENOENT: no such file or directory, stat 'C:\Users\...'. Error accessing directory — MCP filesystem server path resolution bug between Windows paths and npx cross-platform execution AI Coding Tools Claude Code Updated May 18, 2026
Fix MCP -32001 timeout error when Claude Desktop loses connection to custom Node.js/Express MCP server after initial handshake Includes evidence for Claude Code troubleshooting demand.
McpError: MCP error -32001: Request timed out AI Coding Tools Claude Code Updated May 18, 2026
Debug why custom MCP server built in C#/.NET exits immediately after successful initialization when connecting to Claude Desktop — find proper JSON-RPC 2.0 lifecycle handling Includes evidence for Claude Code troubleshooting demand.
MCP server launches correctly and sends valid initialize response over stdin/stdout, but Claude connection closes immediately afterward with logs showing server started and connected then disconnect Deployment Vercel Updated May 18, 2026
Fix generic Vercel build failure where CI environment variable stripping hides actual npm build error details — need strategies to surface the real compilation/runtime error Includes evidence for Vercel troubleshooting demand.
Vercel Deployment Error: Command "CI='' npm run build" exited with 1 LiteLLM LiteLLM Updated May 18, 2026
Fix LiteLLM proxy passing invalid JSON Schema fields (title, default) to Fireworks AI when bridging MCP tools, causing API rejections for Coralogix/DevRev integration users Includes evidence for LiteLLM troubleshooting demand.
Fireworks AI rejects MCP tool schemas unsupported JSON Schema title default litellm Deployment Vercel / Next.js Updated May 18, 2026
Fix Next.js regression causing expensive FUNCTION_INVOCATION_FAILED errors instead of serving custom error pages when cacheComponents feature is enabled Includes evidence for Vercel / Next.js troubleshooting demand.
app/not-found.tsx throws FUNCTION_INVOCATION_FAILED server error cacheComponents enabled GitHub Actions GitHub Actions Updated May 18, 2026
Fix corrupted self-hosted runner binary preventing jobs from executing after automatic GitHub Actions runner upgrade Includes evidence for GitHub Actions troubleshooting demand.
runsvc.sh lands as 0 bytes after auto-update runner version CI fails Deployment Vercel / Next.js Updated May 18, 2026
Fix Vercel deployment failure where Turbopack aliased dependencies resolve incorrectly in prebuilt production builds using pnpm package manager Includes evidence for Vercel / Next.js troubleshooting demand.
Turbopack hashed server external aliases become unresolved Vercel prebuilt deployments pnpm GitHub Actions GitHub Actions Updated May 18, 2026
Fix GitHub Actions self-hosted runner permanently hanging after CompleteJobAsync fails, consuming runner slots and blocking queued jobs across repositories Includes evidence for GitHub Actions troubleshooting demand.
CompleteJobAsync hits workflow instance not found worker hangs runner slot blocked Deployment Vercel / Next.js Updated May 18, 2026
Fix production build deployments failing behind Cloudflare WAF because Turbopack generates chunk filenames with multiple consecutive dots that trigger firewall rules Includes evidence for Vercel / Next.js troubleshooting demand.
Turbopack chunk filenames multiple dots Cloudflare WAF 403 production build fails AI Coding Tools Claude Code Updated May 18, 2026
Paid Claude Code user cannot select or access Opus 4.7 standard model via VS Code extension — likely a platform-specific availability bug blocking paid tier usage Includes evidence for Claude Code troubleshooting demand.
Opus 4.7 standard unavailable in VS Code extension AI Coding Tools Claude Code Updated May 18, 2026
Developer sees broken stream handling in Claude Code VS Code extension — webview thinks stream ended no result but SDK host still receiving chunks, causing unhandled UI errors Includes evidence for Claude Code troubleshooting demand.
VSCode Webview emits sdk_stream_ended_no_result while extension-host SDK still receives stream chunks; UI shows "Unhandled case: [object Object]" GitHub Actions GitHub Actions Updated May 18, 2026
Enterprise team using self-hosted GitHub Actions runners finds REST API returning stale busy=false state while actual job execution confirms busy=true — causes scheduling conflicts and wasted capacity allocation Includes evidence for GitHub Actions troubleshooting demand.
/runners REST API reports busy: false for a self-hosted runner that is actively executing a job (broker says busy, REST says idle) LiteLLM LiteLLM Updated May 18, 2026
Using LiteLLM as proxy with MCP tool calling, Fireworks AI provider rejects tool schemas containing non-standard JSON Schema fields (title, default), breaking Coralogix and DevRev MCP integrations Includes evidence for LiteLLM troubleshooting demand.
Fireworks AI rejects MCP tool schemas with unsupported JSON Schema fields (title, default) — triggered by Coralogix & DevRev MCP integrations GitHub Actions GitHub Actions Updated May 18, 2026
After automatic GitHub Actions runner update, the runsvc.sh executable becomes empty (0 bytes), causing runner service to fail to start and halting all CI builds on affected machines Includes evidence for GitHub Actions troubleshooting demand.
bin.<version>/runsvc.sh sometimes lands as 0 bytes after auto-update from 2.328.0 → 2.334.0