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
When you call PUT groups/{groupId}/?Action=generateInvitationLink, you got Iternal Server Error.
This is the error message in CloudWatch.
2024-02-13T18:50:13.251Z 48f6944a-5fb7-42dd-a269-487514feb460 ERROR SyntaxError: Unexpected end of JSON input
at JSON.parse (<anonymous>)
at parseJSONFromBytes (node:internal/deps/undici/undici:4747:19)
at successSteps (node:internal/deps/undici/undici:4718:27)
at specConsumeBody (node:internal/deps/undici/undici:4724:9)
at _Request.json (node:internal/deps/undici/undici:4614:18)
at HonoRequest.cachedBody (/var/task/index.js:5962:40)
at HonoRequest.json (/var/task/index.js:6021:17)
at /var/task/index.js:10109:14
at dispatch (/var/task/index.js:5851:23)
at /var/task/index.js:5852:20
Bug Description
When you call PUT
groups/{groupId}/?Action=generateInvitationLink
, you got Iternal Server Error.This is the error message in CloudWatch.
Expected Behavior
groups/{groupId}/?Action=generateInvitationLink
, return invitationLinkThe text was updated successfully, but these errors were encountered: