Skip to content
Open
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/commands/waw/workbench/open.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default class ConnectedAppCreate extends SfdxCommand {

const accessToken = conn.accessToken;
const instanceUrl = conn.instanceUrl;
const serverUrl = `${instanceUrl}/services/Soap/u/41.0`;
const serverUrl = `${instanceUrl}/services/Soap/u/46.0`;

const workbenchUrlWithSid = url.resolve(targetWorkbenchUrl, `/login.php?serverUrl=${serverUrl}&sid=${accessToken}`);

Expand Down