bluesky-social / pds

Bluesky PDS (Personal Data Server) container image, compose file, and documentation
Other
1.54k stars 142 forks source link

"Not a supported handle domain." #12

Closed femtoAmpere closed 9 months ago

femtoAmpere commented 1 year ago

Hello! I hope all is well.

I've set up a pds on https://bsky.femtoAmpere.art/:

$curl https://bsky.femtoAmpere.art/xrpc/_health 
{"version":"0.2.0-beta.5"}

However, if I want to create an account in the sandbox using my invite code I get the following on https://bsky.app/: image

Is this expected behaviour and I'm missing something big here? Is this an issue of https://bsky.app/? I am,

Thank yoou~

femtoAmpere commented 1 year ago

...after typing this out, I am aware that there is https://bsky.app/ -and- https://app.bsky-sandbox.dev/

However, I have the same issue there: image

bnewbold commented 1 year ago

From https://bsky.femtoampere.art/xrpc/com.atproto.server.describeServer, I can see that you do have availableUserDomains configured.

I'm not very confident about this, but could you try re-configuring and signing up with the domain entirely lower-case? We consider handles to be case-insensitive but normalized to all lower-case. There might be some code path doing partial normalization resulting in this error.

femtoAmpere commented 1 year ago

Thank you for the update! Yes, this did the trick; I could successfully create my account. Should this issue go close or rather keep it open until the readme.md is updated?

FYI I'm now at the point where my account does not exist, but I also don't know what to expect in the sandbox network. image

danieljonce commented 1 year ago

@femtoAmpere, I had a similar "Page not found" issue, but it was because at the time I installed PDS and logged in the first time, my wildcard subdomains *.mypds.example.com weren't accessible. After making sure both the mypds.example.com and *.mypds.example.com were accessible via SSL I re-installed with the installer.sh and created an account and the "Page not found" message went away and I see my account page as expected.

UPDATE (minutes later): Never mind, after re-installing again, I'm having the "Page not found" issue again.

Jacob2161 commented 9 months ago

A new update is coming with support for the production network and a pdsadmin helper CLI, please let us know if there are any issues after this has been pushed. Thank you!