Replies: 2 comments 2 replies
-
The problem is the following: The value 'textarea' passed for argument is or includes a reserved word.
|
Beta Was this translation helpful? Give feedback.
2 replies
-
@BetimBeja @Ionavoss thanks for reporting. This is fixed in version 1.25 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
PAC PCF INIT stopped working for React
What did I do?
I opened up Visual Studio Code, created a folder and started a new terminal.
Inside the terminal I typed:
pac pcf init -ns textarea -n textarea -t field -fw react -npm
The result:
I got the following error:
Unfortunately, an unrecoverable error has occurred in the app and it needs to be closed. The details of the exception have been recorded and will be sent to the development team if telemetry is enabled. Exception ID: b17b8e38-61f1-4b36-a9ab-8b3719222d42, Exception Type: System.ArgumentException. The diagnostic logs can be found at: c:\Users\Me\AppData\Roaming\Code\User\globalStorage\microsoft-isvexptools.powerplatform-vscode\pac\tools\logs\pac-log.txt.
I looked into the log file where it is outputting to, and the funniest thing? The ID isn't registered in any of the logs...
Tools
I use Visual Studio Code, and run the command pac returns the following:
Microsoft PowerPlatform CLI Version: 1.24.3+g95fc6ea
Alternative
I tried running it from PowerShell as well on version 1.24.3+g95fc6ea and version 1.23.3+ga05f0df and it's giving the same error and no traces are being saved.
Have you tried turning it off and on?
Yes, I rebooted multiple times, uninstalled and installed and rebooted, again and again. Nothing seems to work.
Need a working tool
It's not the first time the pac pcf init function is behaving weirdly, maybe you guys need to take a look into the stability of the PCF generation?
Beta Was this translation helpful? Give feedback.
All reactions