Closed (fixed)
Project:
FlowDrop
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2026 at 16:53 UTC
Updated:
23 Feb 2026 at 21:19 UTC
Jump to comment: Most recent
The PlaygroundService::createSession() method was not properly JSON-encoding the metadata array, causing metadata to be lost or corrupted when creating new playground sessions.
The metadata array was being passed directly to the database instead of being serialized to JSON first.
Updated the createSession() method to properly JSON-encode the metadata array before storage.
Comments
Comment #2
gxleano commentedI have contributed (not only by code, but discussion, presentation, testing or anything related).
Comment #3
d34dman commented