GUI app installation failed or showing blank screen.
Symptom:
Users may encounter issues when installing and launching the SFDMU GUI App on the Electron platform. Common problems include error messages during installation or a blank window upon attempting to run the app.
Solution:
For Windows OS:
- Delete the SFDMU GUI app folder.
- Ensure Visual Studio Build Tools or Visual Studio Community is installed.
- In the Visual Studio installer, enable Desktop development with C++.
- Ensure Python is installed and available in
PATH. - Re-clone the SFDMU GUI App repository.
- Run
npm install, thennpm run build, thennpm start.
For MacOS:
- Launch the GUI app from Terminal instead of opening it directly from the Applications folder.
- Ensure
node,npm, andsfare available in the same shell environment used to start the app.
For further details, refer to the GitHub issue: SFDX-Data-Move-Utility Issue #382.