Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hi,
I am having an unusual problem with the mashups in Thingworx.
I have a dropdown list that and navigation widget, where the selection in the list opens a mashup.
For a few Mashups, it works just fine, but for a majority of them I receive an error of the following, "Could not load 'Mashup Name', internal exception 3".
Any suggestions.
Thanks,
Rami
Solved! Go to Solution.
I found my error.
It was due to an extra / in my URL berfore thingworx.
https://192.168.1.1//Thingworx/Runtime/index.html#master=MasterMash&mashup=Home
the correct URL is:
https://192.168.1.1/Thingworx/Runtime/index.html#master=MasterMash&mashup=Home
Hi Rami,
Which browser are you using? If you are using Internet Explorer , could you try using Chrome or Firefox and let us know if you are facing the same issue?
Hi Janet,
I was using Chrome, but IE was giving me the same result.
What is your Thingworx platform version?
8.0.0.
I can open the mashups fine if the navigation widget is set to new window, but I receive the error when trying to have a popup window.
Hi Rami Masoud,
Could you please try changing the dimensions for FixedPopupWidth and FixedPopupHeight settings and let us know the result.
Hi,
Same result as before.
1. Result is repeatable? ie always the same mashups that do not work?
2. Anything that the ones that do not work have in common? Spaces/Special characters in the name of the mashup? Responsive vs. Static
I found my error.
It was due to an extra / in my URL berfore thingworx.
https://192.168.1.1//Thingworx/Runtime/index.html#master=MasterMash&mashup=Home
the correct URL is:
https://192.168.1.1/Thingworx/Runtime/index.html#master=MasterMash&mashup=Home