Describe the bug
When logging in with my handle natey.me I get a 401 Unauthorized Unexpected response Content-Type (text/html). error.
Additional context
I self-host my own PDS at https://pds.natey.sh, and I use a did:web idenitifer not a did:plc. I wonder if that is making a difference.
I see this error in the console.
/api/auth/atproto?handle=natey.me&locale=en-US&returnTo=%2F:1 GET https://npmx.dev/api/auth/atproto?handle=natey.me&locale=en-US&returnTo=%2F 401 (Unauthorized)
Logs
Reproduction steps:
1. Go to https://npmx.dev
2. Click "Connect to Atmosphere"
3. Type in either `natey.me` or the full `did:web:natey.me` DID.
4. See error
Describe the bug
When logging in with my handle natey.me I get a
401 Unauthorized Unexpected response Content-Type (text/html).error.Additional context
I self-host my own PDS at https://pds.natey.sh, and I use a
did:webidenitifer not adid:plc. I wonder if that is making a difference.I see this error in the console.
Logs