1 changed files with 54 additions and 0 deletions
@ -0,0 +1,54 @@ |
|||
# UAT Issues: Phase 03 Plan 01 |
|||
|
|||
**Tested:** 2026-01-09 |
|||
**Source:** .planning/phases/03-generate-node-refactor/03-01-SUMMARY.md |
|||
**Tester:** User via /gsd:verify-work |
|||
|
|||
## Open Issues |
|||
|
|||
### UAT-003: Gemini API errors (needs investigation) |
|||
|
|||
**Discovered:** 2026-01-09 |
|||
**Phase/Plan:** 03-01 |
|||
**Severity:** Minor (possibly unrelated) |
|||
**Feature:** Image generation execution |
|||
**Description:** Gemini API request failed error when running workflow. May be unrelated to 03-01 changes (no API route changes made). |
|||
**Expected:** Generation works as before |
|||
**Actual:** "[api.error] Gemini API request failed" |
|||
**Repro:** Run a workflow with generate node |
|||
|
|||
**Note:** This may be an API key issue or pre-existing problem. No changes were made to `/api/generate/route.ts` in this plan. Lower priority - recommend investigating separately or checking API key. |
|||
|
|||
### UAT-004: Replicate shows incomplete model list |
|||
|
|||
**Discovered:** 2026-01-09 |
|||
**Phase/Plan:** 03-01 |
|||
**Severity:** Minor |
|||
**Feature:** Model fetching for Replicate |
|||
**Description:** Replicate model list appears incomplete |
|||
**Deferred:** To be addressed in later phase |
|||
|
|||
### UAT-005: fal.ai shows video models in image-only dropdown |
|||
|
|||
**Discovered:** 2026-01-09 |
|||
**Phase/Plan:** 03-01 |
|||
**Severity:** Minor |
|||
**Feature:** Model filtering by capability |
|||
**Description:** Video models are showing in the image-only model dropdown for fal.ai |
|||
**Deferred:** To be addressed - capability filtering may not be working correctly |
|||
|
|||
## Resolved Issues |
|||
|
|||
### UAT-001: API response structure not handled correctly |
|||
**Resolved:** 2026-01-09 - Fixed in commit a2540f1 |
|||
**Fix:** Changed `setExternalModels(models)` to `setExternalModels(data.models || [])` |
|||
|
|||
### UAT-002: API keys not sent to /api/models endpoint |
|||
**Resolved:** 2026-01-09 - Fixed in commit a2540f1 |
|||
**Fix:** Added headers with X-Replicate-Key and X-Fal-Key to fetch request |
|||
|
|||
--- |
|||
|
|||
*Phase: 03-generate-node-refactor* |
|||
*Plan: 01* |
|||
*Tested: 2026-01-09* |
|||
Loading…
Reference in new issue