You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.
If you know the workspace address, you can manually craft an URL to visit it:
/workspace/+your.workspace
Add a form there so you can paste a workspace address into, which leads to the correct URL. There's no React or anything, this is all boring static HTML generated on the server.
This form would probably be hidden when the discoverable option is true and you get an easy list to pick from. But when discoverable is false, you need an easy way to paste in your workspace since you can't see it on the pub page.
The text was updated successfully, but these errors were encountered:
Right now it says:
Add a form there so you can paste a workspace address into, which leads to the correct URL. There's no React or anything, this is all boring static HTML generated on the server.
Also consider changing the 404 page...
https://earthstar-demo-pub-v5-a.glitch.me/workspace/+your.workspace
...To include that form.
Workspace discoverability
This form would probably be hidden when the
discoverable
option is true and you get an easy list to pick from. But whendiscoverable
is false, you need an easy way to paste in your workspace since you can't see it on the pub page.The text was updated successfully, but these errors were encountered: