-
Notifications
You must be signed in to change notification settings - Fork 56
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
Mastodon: support "split domain" instances #1638
Comments
Interesting! I don't know if Bridgy has handled a Mastodon user with split domain yet, so this will be good to look at. Bridgy classic (non Fed) uses the Mastodon API, not ActivityPub, so split domain may not actually affect it much. It sounds like Bridgy's OAuth client on your server got wiped at some point, maybe related to your changed settings. Similar to #1602 / mastodon/mastodon#27740 . I've wiped out your Bridgy user and auth. Feel free to try again! |
Thank you so much for manually altering your database on my behalf! I really appreciate it. 😃 That worked! Well, half worked. Now I can successfully login with
However, I'd like to login as my web domain, How should I troubleshoot from here? I think (but haven't confirmed) that I have the Mastodon domains configured correctly, because browser requests to Edit: On the other hand, maybe logging into Bridgy with the toot domain won't be a problem, if people can still publicly find me by the web domain IDK. |
Great! Looking at https://brid.gy/mastodon/@[email protected] , your Mastodon account seems to be working fine so far. Bridgy doesn't affect how people find or follow you in the fediverse. All it does is backfeed (copy) replies, likes, reposts, etc from Mastodon to your web site, and optionally also lets you cross post from your web site to Mastodon. Those should be unaffected by the fediverse handle shown on https://brid.gy/mastodon/@[email protected] . Having said that, I can definitely take this as a feature request to support split domains like this! |
Background
I'm configuring a single-user Mastodon instance with a split local domain (
toot.tankietanuki.com
) and web domain (tankietanuki.com
).Goal
I would like to implement Bridgy Fed (the cross-post to a Mastodon account variety) and connect the above-mentioned Mastodon account/instance to my personal website under development at
tankietanuki.com
.Problem
Entering my web domain on the signup page fails with
tankietanuki.com doesn't look like a Mastodon instance.
If I enter the local domain instead, I am able to OAuth into my Mastodon account, but the subsequent page shows this:
Diagnosis
I think the problem is related to this issue mentioned in the Mastodon docs:
because I entered something weeks ago under a different configuration. It's the only server that I've ever tried to federate with in any way.
It would break my heart if have truly ruined my dream forever. Is there any hope? 🥺
The text was updated successfully, but these errors were encountered: