Closed vidvidvid closed 1 month ago
http://localhost:3000/api/agora/retrofunding/rounds/6/ballots/0x92084Bed8635d82DB600E100539A61a6d4209403/categories payload: { "category_slug": "GOV_INFRA", "allocation": 34.33, "locked": true } 500 Internal Server Error response: Internal server error: PrismaClientKnownRequestError: Invalid `prisma.categoryAllocations.upsert()` invocation: Foreign key constraint failed on the field: `category_allocations_category_slug_round_fkey (index)
AGORA-3085 I can't store the budget allocations
@vidvidvid you are using non-existent category slug. List of slugs: https://github.com/voteagora/agora-next/blob/main/spec/oas_v1.yaml#L1317
ahh ye, right. works now! :)