当我进行此 Trailhead 练习时,“SFDX:授权组织”命令完美运行,我能够使用弹出的 Web 浏览器成功提供 Playground 的登录凭据。
问题:
但是,当我随后尝试执行“右键单击 force-app/main/default 文件夹并选择 SFDX:将此源部署到组织”步骤时,此对话框将继续显示我愿意等待的时间单击“取消”按钮之前。
没有任何有意义的错误消息,因此完全没有迹象表明问题可能是什么。
我尝试过的事情:
我已重新启动计算机,但问题仍然存在。 我还创建了不同的 Playground,但问题仍然存在于不同的 Playground 中。 我尝试将 Salesforce CLI 集成扩展的版本降级到几个月前使用的版本,但问题仍然存在。
版本信息:
VSCode > Help > About中的版本信息为:
Version: 1.95.3 (user setup)
Commit: f1a4fb101478ce6ec82fe9627c43efbf9e98c813
Date: 2024-11-13T14:50:04.152Z
Electron: 32.2.1
ElectronBuildId: 10427718
Chromium: 128.0.6613.186
Node.js: 20.18.0
V8: 12.8.374.38-electron.0
OS: Windows_NT x64 10.0.22631
运行
sf version
的结果是:
(node:23332) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
@salesforce/cli/2.67.7 win32-x64 node-v22.11.0
运行
sf plugins --core
的结果是:
(node:21808) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
@oclif/plugin-autocomplete 3.2.8 (core)
@oclif/plugin-commands 4.1.8 (core)
@oclif/plugin-help 6.2.16 (core)
@oclif/plugin-not-found 3.2.25 (core)
@oclif/plugin-plugins 5.4.15 (core)
@oclif/plugin-search 1.2.14 (core)
@oclif/plugin-update 4.6.10 (core)
@oclif/plugin-version 2.2.15 (core)
@oclif/plugin-warn-if-update-available 3.1.21 (core)
@oclif/plugin-which 3.2.17 (core)
apex 3.6.2 (core)
api 1.3.2 (core)
auth 3.6.73 (core)
data 3.11.3 (core)
deploy-retrieve 3.15.11 (core)
info 3.4.18 (core)
limits 3.3.39 (core)
marketplace 1.3.4 (core)
org 5.1.4 (core)
packaging 2.9.0 (core)
schema 3.3.40 (core)
settings 2.4.4 (core)
sobject 1.4.45 (core)
telemetry 3.6.20 (core)
templates 56.3.29 (core)
trust 3.7.41 (core)
user 3.6.2 (core)
Uninstalled JIT Plugins:
community 3.3.2
custom-metadata 3.3.37
dev 2.5.0
devops-center 1.2.26
env 3.0.33
functions 1.23.0
signups 2.6.1
@salesforce/sfdx-plugin-lwc-test 1.2.1
@salesforce/sfdx-scanner 4.7.0
为了解决这个问题,我具体需要做什么?
请注意,一些动手实验的内容可能已经过时。我建议您在 help.salesforce 论坛上发帖。
如果这是内容过时的问题,那里有销售队伍开拓者,可能可以在里面提供。