Skip to content

Commit

Permalink
Fix regression on spawning
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Mar 27, 2023
1 parent 3abb256 commit eca1d4f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,9 @@ export const WorkspaceFrame = (props: {
// Dev
setFrameUrl(`${applicationDomain}/geppetto`);
} else {
// The frame url must be different for each user and workspace and application so jupyterhub does not return the same ws
setFrameUrl(
`//${applicationDomain}`
`//${applicationDomain}/hub/spawn/${userParam}/${workspace.id}${type}`
);
}
openResource();
Expand Down

0 comments on commit eca1d4f

Please sign in to comment.