5 ms·
Can't really figure it out. I try to login and put mastodon.social in the Add instance field, but I get an error: > Error: undefined. Is this a valid Mastodon
by bumholio 8y ago
Can't really figure it out. I try to login and put mastodon.social in the Add instance field, but I get an error:
> Error: undefined. Is this a valid Mastodon instance? Is a browser extension blocking the request?
- callahad 8y agoYou'll see that error if the Service Worker failed to register. Check your browser console?
- bumholio 8y agoI think I've cracked it: it does not work in Firefox Private mode.
- nolanl 8y agoAuthor of Pinafore here. Yes, ironically for an app and userbase that is so focused on privacy, things like private browsing, Privacy Badger, adblockers, etc. can cause compat issues with Pinafore. Interestingly, the reason is (as I discovered) that most of these tools consider cross-origin requests as a signal of a third-party tracker or ad, and therefore block it. Pinafore works by talking directly to the instance's API, and so the instance itself is suspected to be a third-party tracker. ️