We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1072f96 commit f0f7156Copy full SHA for f0f7156
site/src/components/PortForwardButton/PortForwardButton.tsx
@@ -31,8 +31,8 @@ export const PortForwardButton: React.FC<React.PropsWithChildren<PortForwardButt
31
const { location } = window
32
const urlExample =
33
process.env.CODER_ENABLE_WILDCARD_APPS === "true"
34
- ? `${location.protocol}//${port}--${workspaceName}--${agentName}--${username}.${location.host}`
35
- : `${location.protocol}//${location.host}/@${username}/${workspaceName}/apps/${port}`
+ ? `${location.protocol}//${port}--${agentName}--${workspaceName}--${username}.${location.host}`
+ : `${location.protocol}//${location.host}/@${username}/${workspaceName}.${agentName}/apps/${port}`
36
37
const onClose = () => {
38
setIsOpen(false)
0 commit comments