|
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
|
||
|---|---|---|
| .. | ||
| Controllers | ||
| appsettings-blogs.json | ||
| Constants.cs | ||
| Program.cs | ||
| Yavsc.Blogs.csproj | ||