Closed mbifulco closed 3 years ago
This isn't ideal, but you'll need to receive at least one webmention before the place to set up the web hook appears.
If you're logging in as your new domain, all the previous webmentions won't be on that account. If you'd like I can set it up to move those to the new domain within webmention.io so you can continue to access them.
That would be great - thanks @aaronpk!
Looking into this, there's another problem here which is that your website is confused about www
. I see a rel=canonical link to https://mikebifulco.com/
, but that actually redirects to https://www.mikebifulco.com/
. It looks like your intent is to not have the www
subdomain, so you should look into that first before continuing with webmention.io since that's going to cause other problems there too.
I was just going to say that! It looks like brid.gy is sending webmentions for mikebifulco.com and not www.mikebifulco.com - I'll sort through that mess and get back to you here if I've got any questions. Thanks for being so responsive!
Okay @aaronpk I'm back with a question - I think I've got all of the URL stuff sorted. Everything should be pointed to mikebifulco.com
rather than www.
now.
It looks like Bridgy is trying to send notifications to the wrong URL, though - it keeps sending off things that look like this:
https://mikebifulco.com/why-fathom-analytics,%20/why-fathom-analytics/
- with an extra ,%20/why-fathom-analytics
at the end. Have you seen that before? I'm at a loss for what might cause that
screenshot:
There's still something funny with your redirects.
Your tweet links to https://t.co/QieYBXHzjj
which redirects to https://www.mikebifulco.com/why-fathom-analytics
that is a redirect to https://mikebifulco.com/why-fathom-analytics
that then sends another redirect to /why-fathom-analytics/
without the hostname. I'm not sure where the comma is coming from, but you should probably clean that up again, or try another tweet with the final URL of your post instead of one that goes through these hops.
It's probably also worth fixing your final redirect to include the hostname instead of just the path.
actually it's even weirder than that... your URL at https://mikebifulco.com/why-fathom-analytics
returns the contents of the page but also send a Location: /why-fathom-analytics/
header. The URL https://mikebifulco.com/why-fathom-analytics/
also returns the contents of the page, but does not return another Location
header.
psyduck.gif
oh god, what did I do?? Ha, what a mess. Thanks for the second set of eyes @aaronpk - are you just inspecting network traffic to see all that?
I was testing with curl, and telling it to follow 0 redirects so that I can see each step. Also curl while outputting the headers will show the complete list of HTTP requests.
Hey there @aaronpk - I'd love to take you up on moving the webmentions from my old domain to the new one, if you're still able!
okay! I see a few webmentions on the new account. can I just drop those? It'll be easier if I can move your old account (mike.biful.co) on top of your new one (mikebifulco.com).
That's fine by me. Thank you!
Okay can you log out and log back in and see if things look right?
Looks good @aaronpk - I think they'll deploy the next time I see a mention. thank you!
Hey there - I recently migrated my blog from https://mike.biful.co to https://mikebifulco.com (via 301 redirects). I'm not sure if this has anything to do with the bug I'm experiencing, but I thought it might be helpful background, since after moving domains, webmentions no longer seem to work for my site.
Previously, webmentions were working on my site - after the domain switch, I went to set up a new webhook at https://webmention.io/settings/webhooks - this is what I see:
I believe there should be something on this page to let me input a URL for a webhook - but I'm not seeing anything.
Any help is appreciated - I'm not sure what else to do at this point!