You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A user on our team reports trying to update a puzzle's tags and getting an error:
ZodError · [ { "code": "too_small", "minimum": 1, "type": "string", "inclusive": true, "exact": false, "message": "String must contain at least 1 character(s)", "path": [ "title" ] } ]
coming from the Puzzles.updateAsync(puzzleId, update)` call in imports/server/methods/updatePuzzle.ts. The puzzle already has a title and presumably isn't being cleared intentionally, so it seems like something is going wrong internally with the update. FWIW it seemed to happen right after I restarted the Docker JR instance but that could be a coincidence.
Could theoretically be related to my pending changes.
The text was updated successfully, but these errors were encountered:
A user on our team reports trying to update a puzzle's tags and getting an error:
coming from the Puzzles.updateAsync(puzzleId, update)` call in imports/server/methods/updatePuzzle.ts. The puzzle already has a title and presumably isn't being cleared intentionally, so it seems like something is going wrong internally with the update. FWIW it seemed to happen right after I restarted the Docker JR instance but that could be a coincidence.
Could theoretically be related to my pending changes.
The text was updated successfully, but these errors were encountered: