Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
tatemc
Contributor
Contributor

Creating a Extension with React Framework error

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.  

tatemc_1-1696897801249.png

tatemc_2-1696897953192.png

tatemc_3-1696898016051.png

tatemc_4-1696898068336.png

 

 

 

 

Labels (1)
2 Replies
alex_colombo
Employee
Employee

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.

tatemc
Contributor
Contributor
Author

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.