Encountering some issues getting the PDS working. The register and login pages do not work, although the health says OK.
https://sakurasora.social/oauth/client-metadata.json brings a 404 error looking at the javascript console for https://sakurasora.social/app/register
The post on https://sakurasora.social/oauth/par http request gave a response of invalid client with https://sakurasora.social/oauth/client-metadata.json bringing a 404 error.
Doing a curl request on the local host to the PDS directly running on port 3009 gives the same 404 error.
[root@mizuka chikorita157]# curl -v -s http://sakurasora.social:3009/oauth/client-metadata.json
- Trying 127.0.0.1:3009...
- Connected to sakurasora.social (127.0.0.1) port 3009 (#0)
GET /oauth/client-metadata.json HTTP/1.1 Host: sakurasora.social:3009 User-Agent: curl/7.76.1 Accept: /
- Mark bundle as not supporting multiuse < HTTP/1.1 404 Not Found < vary: origin, access-control-request-method, access-control-request-headers < access-control-allow-origin: * < access-control-expose-headers: www-authenticate,dpop-nonce,atproto-repo-rev,atproto-content-labelers < content-length: 0 < date: Fri, 13 Feb 2026 11:45:38 GMT <
- Connection #0 to host sakurasora.social left intact
What might be causing this?
I built this manually, running on Red Hat Enterprise Linux 9.7. I converted the nginx config to apache.