Start a new topic
Solved

Notification page is broken as of uh, now?

Like I was checking them hardly an hour ago, I think. I tried switching pages and logging out and back in, but it's still here. Here's the error: [ { "code": "invalid_union", "unionErrors": [ { "issues": [ { "code": "invalid_type", "expected": "string", "received": "number", "path": [ "relationshipId" ], "message": "Expected string, received number" } ], "name": "ZodError" }, { "issues": [ { "code": "invalid_literal", "expected": "comment", "path": [ "type" ], "message": "Invalid literal value, expected \"comment\"" }, { "code": "invalid_type", "expected": "string", "received": "undefined", "path": [ "commentId" ], "message": "Required" }, { "code": "invalid_type", "expected": "string", "received": "undefined", "path": [ "inReplyTo" ], "message": "Required" } ], "name": "ZodError" }, { "issues": [ { "code": "invalid_literal", "expected": "share", "path": [ "type" ], "message": "Invalid literal value, expected \"share\"" }, { "code": "invalid_type", "expected": "number", "received": "undefined", "path": [ "sharePostId" ], "message": "Required" }, { "code": "invalid_type", "expected": "boolean", "received": "undefined", "path": [ "transparentShare" ], "message": "Required" } ], "name": "ZodError" }, { "issues": [ { "code": "invalid_literal", "expected": "follow", "path": [ "type" ], "message": "Invalid literal value, expected \"follow\"" } ], "name": "ZodError" } ], "path": [], "message": "Invalid input" } ]
1 Comment

Update: the error seems to only happen on pages that have notifications within the last day. I don't see this error on our inactive side pages that have no activity or interaction.
Login or Signup to post a comment