I am having an issue attaching Soapbox to my own custom backend. When performing a login, I get three requests that Soapbox makes to the backend (/api/v1/apps, /oauth/token, /api/v1/accounts/verify_credentials). The last has the server providing this data:
But then, the login just sits there. I get no additional requests to the server and no modal error messagess and no errors on the dev console. I am pretty sure I'm not doing something correct, but I am getting no indication of what is wrong so I can correct it.
I installed using a modified version of step 5 on the page https://soapbox.pub/install/, My data is installed under assets/soapbox/, and assets appear to be loading mostly correctly (I have an outstanding bug where things load slowly)
@teknomunk The response from GET /api/v1/accounts/verify_credentials should return the full account object of the current user. If your custom backend is returning the json data you showed, that isn’t going to work. That seems like the response I’d expect from GET /api/v1/apps/verify_credentials