Hello,
I am using the latest version of the FDK and Node version 18. I am trying to run a FDK app in the platform version 2.3 but i’m consistently facing an error. (PFA)
Currently i am working on a public app enhancement/bugfix, and since i couldn’t use fdk run and fdk pack commands, I am currently stuck. Can you please help me with this? Thank you!
The global apps are supported only with app platform version 3.0 and FDK version 9.1.0 and above.
However, on the latest version of FDK, it has to be enabled with a flag to activate a global or product-specific app.
This flag is probably enabled for your app, though it’s not a global app. So, you can disable the flag and then run the app without this error.
Execute the following command in the terminal/command prompt opened in the root folder of the app folder.
fdk config set --scope local global_apps.enabled false
Hello Raviraj,
Thank you for your reply. I have tried that initially, Now i’m receiving the below error. Can you please help me with the steps to resolve it?