-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use the new setup domain for lightning pages if available
Opening a `/lightning/` setup page on the instance domain caused multiple server- and client-side redirects to the new setup domain. This caused errors like: > failed: Protocol error (DOM.describeNode): Cannot find context with specified id Now all lightning pages should open using the new setup domain if available and use the instance URL otherwise. Example: https://[MyDomainName].my.salesforce-setup.com
- Loading branch information
Showing
3 changed files
with
24 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters