server icon indicating copy to clipboard operation
server copied to clipboard

Editing a template returns 500

Open MathMan05 opened this issue 9 months ago • 0 comments

https://github.com/spacebarchat/server/blob/1d8e081fd8ccee7ee835133ec4bbc713abdcd86d/src/api/routes/guilds/#guild_id/templates.ts#L154

{
    "code": 500,
    "message": "QueryFailedError: null value in column \"created_at\" of relation \"templates\" violates not-null constraint"
}

when trying to edit the template, it returns a 500 error code.

MathMan05 avatar Apr 15 '25 16:04 MathMan05