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
Describe the bug with a clear and concise description of what the bug is.
I need to create accounts using the /api/v1/account API.
A POST to this endpoint with a payload like this (this is not the EXACT payload, but close enough):
{
"username":"xk063c2xa3insqw3n4nj_sb_persona",
"email":"[email protected]",
"password":"20 char long mix of upper lower special and digits",
"reason":"a long enough explanation of why I am doing api calls",
"agreement": true,
"locale: "en-US"
}
Describe the bug with a clear and concise description of what the bug is.
I need to create accounts using the
/api/v1/account
API.A POST to this endpoint with a payload like this (this is not the EXACT payload, but close enough):
returns a 200 status with an empty body.
I expected to get a json response in the body like the following (per docs at https://docs.gotosocial.org/en/latest/api/swagger/ )
Looking at the logs for the server I see the following panic that was "captured":
I have NOT beed doing a lot of calls (maybe one per 10 minute or so).
Any help will be appreciated.
What's your GoToSocial Version?
GoToSocial 0.17.3+git-6f4cb2f
GoToSocial Arch
Linux, binary, not docker
What happened?
received an 200 status but empty body
What you expected to happen?
receive a json object with an access token in the response body
How to reproduce it?
it is reproducible on my server, I'd be happy to demonstrate it or give you access to try it if you canno reproduce it on your side.
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: