Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
brindlogcool
Creator III
Creator III

Error

Hi,

I am getting the error in the extension

Qva.Mgr() prototype is null or not an object? Anyone got the similar error.

1 Reply
Not applicable

You probably have the subfolder and name of your extension wrong in your script.js file:

Qva.AddExtension('SubFolder/ExtensionName', function() {

....

}

It should be the same as the location of the extension within the $APPDATA/QlikTech/Extensions folder.