Open-Generative-AI/packages/studio
Anil Matcha 9de0de3430 fix: correct predictions poll URL in studio muapi client
PROXY_APP_BASE ('/api/app') produced /api/app/v1/predictions/... which
after the Next.js rewrite hit 127.0.0.1:8000/app/v1/... → 404.
Poll now uses BASE_URL directly, consistent with how submit works.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-22 12:04:52 +05:30
..
src fix: correct predictions poll URL in studio muapi client 2026-04-22 12:04:52 +05:30
babel.config.json Convert to Next.js monorepo with shared studio component library 2026-03-21 10:47:00 +05:30
package-lock.json Convert to Next.js monorepo with shared studio component library 2026-03-21 10:47:00 +05:30
package.json feat: implement workflow identity persistence, unify api auth, and upgrade tailwind to v4 2026-04-21 19:38:34 +05:30
postcss.config.js Convert to Next.js monorepo with shared studio component library 2026-03-21 10:47:00 +05:30
tailwind.config.js Add missing muted/secondary colors to studio tailwind config 2026-03-21 16:01:46 +05:30