Community Tip - You can change your system assigned username to something more personal in your community settings. X
I'm having issues viewing custom widgets in a mashup (ThingWorx 8.2). I followed all of the steps on Article CS246176 (https://www.ptc.com/en/support/article?n=CS246176&source=snippet) but I still get the "<widgetName>does not exist" error on run-time. At first I tried a widget that I created with the d3 library. Then, just to check my sanity I created a simple "hello world" like widget in Eclipse. Both of them throw the same error. Are there any newer widgets in the marketplace that, if installed, cause issues akin to what the aforementioned article addresses (i.e. d3 tree, network, and custom chart widgets)? Or has anybody else found a solution to this issue?
Solved! Go to Solution.
Have you tried to check the Browser Console for any Errors?
I have got similar errors if the Syntax of Extension Widgets is not correct. But the error is shown in the Browser Console (Syntax error, 404 etc)
And clear your Browser Cache if you import new Extensions!
See if this helps!
Hi @nmilleson.
Are you referring to a widget you built yourself or referencing one you downloaded from the marketplace? Is the behavior consistent across browsers?
If you can provide more information, we will try to determine a solution.
Regards.
--Sharon
Have you tried to check the Browser Console for any Errors?
I have got similar errors if the Syntax of Extension Widgets is not correct. But the error is shown in the Browser Console (Syntax error, 404 etc)
And clear your Browser Cache if you import new Extensions!
See if this helps!
That was it! Thanks. Missing parentheses of course....