Skip to content

Web app: home screen shows "Nothing here yet" and hides all server projects on a fresh session #41156

Description

@Cordtus

Description

On a fresh opencode web session the home screen shows "Nothing here yet", and the "Add project" dialog's recent-projects section is empty, even though the server reports projects via /project. The home list, dialog recents, and picker rows all read only the client-side bookmark store (createServerProjects, persisted in localStorage), which is populated by user actions. Desktop apps seed it implicitly by launching with a project; opencode web never does, so the projects are only visible in the picker search, not listed anywhere.

Reproduction: start opencode web from a machine with existing projects/sessions, open the home screen — the project list is empty despite /project returning entries.

Fixed in #41154.

OpenCode version

1.18.15 (web)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions