|
All checks were successful
Dotnet build and test / build (pull_request) Successful in 9m18s
The 2026-08-21 prod 500 on POST /api/v1/blogacl was caused by the
PostIt client sending { circleId } only — the server deserialised
into CircleAuthorizationToBlogPost with BlogPostId = default(long) = 0,
and EF Core refused the INSERT with InvalidOperationException.
The PostIt-side fix lives in
|
||
|---|---|---|
| .. | ||
| BlogAclApiController.cs | ||
| BlogApiController.cs | ||
| BlogTagsApiController.cs | ||
| CircleApiController.cs | ||
| CommentsApiController.cs | ||
| FileSystemApiController.cs | ||
| FileSystemStreamController.cs | ||
| PostTagsApiController.cs | ||
| TagsApiController.cs | ||
| UserSearchApiController.cs | ||