I haven't yet been able to track down exactly where the behaviour differs but my best guess so far is within Workspace.create:
|
const formWorkspace = await (workspace ? workspace.update(updates) : Workspace.create(updates)); |
It seems that a 404 when fetching the URL is followed by its creation and addition to the type index.
If it already exists it seems there is currently no check that it's already in the type index, which it seems then breaks assumptions of other functionality #27 #26 (comment)
I haven't yet been able to track down exactly where the behaviour differs but my best guess so far is within
Workspace.create:solid-focus/src/pages/workspace/components/modals/WorkspaceSettingsModal.vue
Line 101 in 0db763f
It seems that a 404 when fetching the URL is followed by its creation and addition to the type index.
If it already exists it seems there is currently no check that it's already in the type index, which it seems then breaks assumptions of other functionality #27 #26 (comment)