Components Load Issue

Product: PowerShell Universal
Version: 3.8.10
Dev -> Prod git sync

I am having trouble getting my production server to load the components, does anyone know how i can fix this?

The term 'New-UDTinyMCE' is not recognized as a name of a cmdlet, function, script file, or executable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

I moved it to the repo because prod did not auto install my component.

recycling the app pool does not help

1 Like

Workaround

Install-Module UniversalDashboard.TinyMCE

It’s an other bug aswell, if you only have one function in a module then it will not work.
Workaround for that is to add anything in the FunctionsToExport in the .psd1 file.
It seem that if FunctionsToExport only hold one option it won’t work.