We will decommission the Hiro-hosted Gaia Hub on May 31, 2025, to reinforce our commitment to decentralization and empower greater user autonomy.
If you’re currently using the Hiro-hosted Gaia Hub, it’s time to transition to a self-hosted Gaia instance. This change puts you in full control of your data and storage.
I’m the creator of Brace.to and Justnote. Can you help check if our users are still using Hiro-hosted Gaia Hub?
We have our Gaia Hub on 1 Apr 2024 at hub.stacksdrive.com. Our new users use it by default, but our users who created their accounts before that don’t.
For Brace.to, a Gaia Hub bucket always contains a “links” folder. For Justnote, a Gaia Hub bucket always contains a “notes” folder.
IMHO, updating hubUrl at the account level is impractical as there is no public Gaia hub now. Maybe there should be both an app and account levels for the hub URL.
I also want to avoid depending on an external wallet. It doesn’t work on mobile. One account per app might suit some apps (not defi or social apps where a wallet and BNS are essential). Calling a smart contract directly to get a hub URL might be good enough for a productivity app.
Last but not least, this won’t be a focus. This is not in the roadmap. It must be a community effort!
@andresgalante I’m concerned about the impact this will have on Sigle users who are still using Gaia for their data storage. The May 31st deadline provides a very short migration window, especially considering the difficulties with the migration guide not working.
Would it be possible to:
Extend the decommissioning date beyond May 31, 2025, to allow more time for proper migration, or
Provide a data dump of our users’ content so we can at least serve a read-only version of that data if a full migration isn’t possible in time?
This would help ensure that Sigle users don’t suddenly lose access to their content and would give us the time to finish implementing a proper alternative to the current version built on Gaia.
@leopradel it’s also entirely possible to keep using gaia - the source code is there (or docker images) and it’s relatively simple to setup.
however, it is not being actively maintained outside of occasional module updates and you would have to host the service/data yourself.
Hi everyone, the decommissioning date for the Hiro-hosted Gaia Hub has been moved up to June 15, 2025. Please make sure to plan your migrations accordingly to avoid any disruptions.
As always, if you need help or have questions, feel free to reach out here or on our Discord.
The Hiro-hosted Gaia Hub was decommissioned yesterday, Monday, June 16th, the service is now fully offline.
As noted in my original post, Gaia data on the Hiro-hosted hub is no longer accessible, and migrations needed to happen ahead of time to avoid disruptions
In the usage section, you can see two functions that require a gaia hub response in order to work: restoreWalletAccounts and makeAuthResponse
I assume generateWallet uses a response in the background too … maybe not …
Either way, the wallet sdk functions are failing currently because there is no response. At least for me … Is there a discussion on how to mitigate this somewhere?