Return serialization-safe Maps instead of raw JPA entities in MeetConfigController

FixMediaService
Shipped
March 29, 2026 at 11:13 PM UTC
Author
Kamo
Commit
bf9a72d

All config/background endpoints were returning raw JPA entities with @ManyToOne(fetch=LAZY) Organization references. Jackson failed to serialize the Hibernate proxy, causing 500 errors on every response. - GET/PUT /config now returns toPublicMap() with all fields the frontend expects - GET /backgrounds returns bgToMap() list instead of entity list - POST /backgrounds returns bgToMap() instead of raw entity - Added id, notification, and recording storage fields to toPublicMap()

All changes

Like what you see shipping?

Every one of these updates lands in your workspace automatically. Start free and watch it grow week after week.

Start Free ForeverView Pricing