Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
MikeAinOz
Helper III
Helper III

pbiviz not recognising certificate

HI There, I've been updating my development environment with the latest pbiviz stuff
I did a:

npm i -g powerbi-visuals-tools

and:

pbiviz --install-cert

in Windows terminal/powershell

 

Then I opened a project in Visual Code and using terminal did a:

pbiviz package
info Building visual...
info Installing API: ~3.8.0...

 

Certificate is invalid!
warn Local valid certificate not found.
info Checking global instance of pbiviz certificate...

warn Global instance of valid pbiviz certificate not found.
info Generating a new certificate...
info Certificate generated. Location is C:\Users\mike\AppData\Roaming\npm\node_modules\powerbi-visuals-tools\certs\PowerBICustomVisualTest_public.pfx. Passphrase is '4492518445773821'
info Start preparing plugin template
info Finish preparing plugin template
error error:0308010C:digital envelope routines::unsupported
C:\Users\mike\AppData\Roaming\npm\node_modules\powerbi-visuals-tools\node_modules\powerbi-visuals-webpack-plugin\index.js:185
throw new Error("Failed to generate visualPlugin.ts");
^

Error: Failed to generate visualPlugin.ts
at C:\Users\mike\AppData\Roaming\npm\node_modules\powerbi-visuals-tools\node_modules\powerbi-visuals-webpack-plugin\index.js:185:12
at async PowerBICustomVisualsWebpackPlugin._beforeCompile (C:\Users\mike\AppData\Roaming\npm\node_modules\powerbi-visuals-tools\node_modules\powerbi-visuals-webpack-plugin\index.js:177:4)

Node.js v17.0.0

 

I've tried uninstalling, reatarting and various incantations, but it doesn't want to go.

Is my certificate really invalid? How do I check it? Are there any diagnostics I can run?
Any and all advice gladly accepted

1 REPLY 1
MikeAinOz
Helper III
Helper III

I just updated to  pbiviz -V
3.4.1
same problem

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors