Skip to content

Fix default workspace ID for new frontend #604

@mcserep

Description

@mcserep

The default workspace ID in the `AppContextController˙ is CodeCompass. This means the new frontend will try retrieve the relevant project information for the CodeCompass project. If no project named CodeCompass exists, this fails, and the project selection page fails to load.

const [workspaceId, setWorkspaceId] = useUrlState('workspaceId', 'CodeCompass');

The default value should be empty and the program should handle it properly.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions