MEDIUM: Build Your Own recipe templates render as blank cards in cloud UI #97
Labels
No labels
accessibility
backlog
beta-feedback
bug
duplicate
enhancement
feature-request
help wanted
invalid
needs-design
needs-triage
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/kiwi#97
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The Build Your Own tab at
http://localhost:8515(cloud stack) shows 13 blank white cards instead of the recipe assembly template options (Burrito/Taco, Stir Fry, Pasta, etc.).Environment
docker compose -f compose.cloud.yml -p kiwi-cloud uphttp://localhost:8515ormenagerie.circuitforge.tech/kiwiGET /api/v1/recipes/templatesreturns correct 13-item array with full template dataEvidence
{"status": 200, "count": 13}with full template objects including titles, icons, role sequencesTypeError: e.value.filter is not a functionwhich may be causing component rendering failuresLikely Cause
Frontend JS errors during initialization may be causing the template component to not bind template data correctly. See related issues about JS runtime errors.