DocsAcademy Deployment Status - SOLIENNE Works Fix

Academy Deployment Status - SOLIENNE Works Fix

Academy Deployment Status - SOLIENNE Works Fix

✅ Changes Deployed

  • Build Fix: Removed unused works-api.ts that was importing @prisma/client
  • Proxy Update: Enhanced SOLIENNE works proxy with environment variable support
  • Deployment: Pushed to branch fix/restore-academy-apis-20250831-1632
  • 🚀 Production Configuration Needed

    Vercel Environment Variables

    Add these to the Eden Academy Vercel project: ``bash

    Works Registry endpoint

    WORKS_REGISTRY_URL=https://works-registry-hx7ij4kcv-edenprojects.vercel.app

    Optional: If Vercel protection is enabled on works-registry

    WORKS_REGISTRY_BYPASS=

    `

    Works Registry Status

  • URL: https://works-registry-hx7ij4kcv-edenprojects.vercel.app
  • Status: ⚠️ Protected by Vercel authentication
  • Action Required: Disable protection OR provide bypass token
  • 📋 Final Steps

  • On Works Registry Project:
  • - Go to Vercel Dashboard → works-registry project - Settings → General → Password Protection → Toggle OFF - OR: Note the bypass token for use in Academy
  • On Academy Project:
  • - Add
    WORKS_REGISTRY_URL environment variable - Redeploy to pick up new environment variables
  • Verify:
  • - Visit https://academy.eden2.io/agents/solienne/generations - Images should load with signed URLs - Check browser console for any errors

    🔄 Fallback Plan

    If issues occur, the proxy will still work with localhost when
    WORKS_REGISTRY_URL` is not set, allowing quick rollback by removing the environment variable.

    📊 Expected Behavior

  • • SOLIENNE's 1,740+ images will be served via signed URLs
  • • URLs expire after 30 minutes (automatic refresh)
  • • 10-minute cache reduces API calls
  • • No public storage URLs exposed