-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sf org resume sandbox
command returns error when the target org (user) language is not in English
#2428
Comments
Hello @ninoish 👋 It looks like you didn't include the full Salesforce CLI version information in your issue. A few more things to check:
Thank you! |
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
Hello @ninoish 👋 None of the versions of Shared: Update to the latest version of Salesforce CLI (docs) and confirm that you're still seeing your issue. After updating, share the full output of |
Hello @ninoish 👋 None of the versions of Shared: Update to the latest version of Salesforce CLI (docs) and confirm that you're still seeing your issue. After updating, share the full output of |
Call saitama |
Started the creation with english then, while the sandbox was beeing created, I changed my user language to Japonese (easter egg) and finally tried to get its status again, which gave me the error mentioned above then I changed my language to english once again and the issue was gone finally I changed it to spanish and verified the same issue happens, proving it is not a problem with japonese, but with all other languages different than english. This is a problem with the sandbox creation api and not with the cli. The API return responses with i18n (daf) and the CLI expects english only. I would not fix or improve this because: 1 - it does not break the sandbox creation. 2 - it would be necessary to invest some effort to enable i18n
|
@ninoish (saitama) just use english and stop training because you are already too OP |
Thank you @AllanOricil for kind repro steps! To fetch instance url, access token and user id
to change use language
Then run
Then switch the source org language back.
Of course Saitama wouldn't take such a workaround, he just smash it for sure. |
@ninoish u are a hero 👏 |
This issue has been linked to a new work item: W-14085156 |
I'm calling this a bug and am going to ask the Sandbox team to have their API follow the docs and only return the enumerated values for |
We have determined that the issue you reported exists in code owned by another team that uses only the official support channels. To ensure that your issue is addressed, open an official Salesforce customer support ticket with a link to this issue. We encourage anyone experiencing this issue to do the same to increase the priority. We will keep this issue open for the community to collaborate on. |
sf org resume
command returns error when the target org (user) language is not in Englishsf org resume sandbox
command returns error when the target org (user) language is not in English
Summary
sf org resume sandbox
command always returns error if the target sandbox language is in Japanese (in non-English languages) regardless of the sandbox status.Steps To Reproduce
sf org create sandbox -o devhub@username -l Developer -n test202308 --no-prompt --async
sf org resume sandbox --name test202308
Error (1): The sandbox test202308 cannot resume with status of 処理中.
.Error (1): The sandbox test202308 cannot resume with status of 有効化中.
after a while. "有効化中" is "Activating" in Japanese.Error (1): The sandbox test202308 cannot resume with status of 完了.
after a while. "完了" is "Completed" in Japanese.Expected result
Check the status of a sandbox creation, and log in to it if it's ready without error.
Actual result
Error (1): The sandbox test202308 cannot resume with status of 完了.
System Information
sf version --verbose --json
The text was updated successfully, but these errors were encountered: