#GCAuth return HTTP 500 on all endpoints

5 messages · Page 1 of 1 (latest)

faint crag
#

Example output on register endpoint: curl -i -X POST http://localhost:444/authentication/register -H 'Content-Type: application/json' -d '{username: "123", password: "123", password_confirmation: "123"}'

HTTP/1.1 500 Server Error
Date: Fri, 11 Nov 2022 07:12:35 GMT
Content-Type: text/plain
Content-Length: 0
Server: Jetty(9.4.48.v20220622)

accessKey Not set in config

Grasscutter Ver: 1.4.4-dev-05fe62b4 (Latest commit in dev branch)
No errors in console

frank bramble
#

The GCAuth-OAuth plugin? Sounds like a problem you should be reporting to the plugin github

#

Or if just GCAuth, still a problem to be reported to that github

#

Though I think you'll find neither one has been updated for a long time

faint crag