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.
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.
CodeCompass/webgui-new/src/global-context/app-context.tsx
Line 109 in a438d39
The default value should be empty and the program should handle it properly.