Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
I'm using React Framework to create an custom extension. But I can't seems to get pass some errors. I have a basic starter React app which I've compiled/built and loaded into the Qlik Sense Extensions folder for testing, but errors occurs. Please see the screenshots below of the setup and errors. Thank you for any help or pointers you might have.
Hi @tatemc , why are you loading static files?
If you want to start from an exmpty template, I'd suggest to create an extension from dev-hub, so you can see how it looks like and then start to implement your logic.
Looking at your code you are using Capability APIs for building your extensions, please consider to use nebula.js instead. See here for omre info.
Hi Alex,
the reason why I loaded the static files (3rd screenshot) is because I was trying to find different ways to resolve the 404 error that is showing. the 2nd screenshot without the require.config paths is what I had tried first.