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)