Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Bluesky connection flow is not working #23984

Open
kean opened this issue Jan 16, 2025 · 1 comment
Open

The Bluesky connection flow is not working #23984

kean opened this issue Jan 16, 2025 · 1 comment

Comments

@kean
Copy link
Contributor

kean commented Jan 16, 2025

Steps

  • On a Jetpack site, go to "More" / "Site Settings" / "Sharing"
  • Select Bluesky and tap "Connect"

Expected Result

It opens the browser and shows a form to enter your credentials.

Observed Result

It shows the following. The user is blocked.

Image

RCA

The connect_URL associated with this service (returned by the backend) leads to the non-functioning flow.

On the web, this flow is handled by an ad-hoc form:

It isn't the solution the mobile is looking for. In the past, there's been a similar issue with Mastodon, and it was solved by updating the page that connect_URL points to to show a form that asks for your Mastodon information before kicking off the connection flow.

    "bluesky": {
      "ID": "bluesky",
      "label": "Bluesky",
      "type": "publicize",
      "description": "Publish your posts to Bluesky.",
      "genericon": {
        "class": "bluesky",
        "unicode": "\\f214"
      },
      "icon": "http://i.wordpress.com/wp-content/admin-plugins/publicize/assets/publicize-bluesky-2x.png",
      "multiple_external_user_ID_support": false,
      "external_users_only": false,
      "connect_URL": "https://public-api.wordpress.com/connect/?action=request&kr_nonce=11c6348bdb&nonce=57b9c75211&for=connect&service=bluesky&blog=236544129&kr_blog_nonce=2e028d3346&magic=keyring",
      "jetpack_support": true,
      "jetpack_module_required": "publicize"
    },
@dangermattic
Copy link
Collaborator

dangermattic commented Jan 16, 2025

Thanks for reporting! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants