Skip to main content
14-Alexandrite
October 29, 2019
Question

Vuforia Studio Preview in Mashup

  • October 29, 2019
  • 1 reply
  • 3522 views

Hello Roland: I browsed your experience using this link: https://mrerot7o.studio-trial.thingworx.io/ExperienceService/content/projects/bla/index-desktop.html?expIndex=0#/Home  but I can't browse my experience: https://pp-19102315304c.portal.ptc.io/ExperienceService/content/projects/YPF2/index-desktop.html?expIndex=0#/Inicio. My Vuforia project is "YPF2" and my initial view is "Inicio". My Default Experience Service URL is http://pp-19102315304c.portal.ptc.io:8080, and my Thingworx Composer is at https://pp-19102315304c.portal.ptc.io/Thingworx/Composer/index.html  Can you give me some help? Thank you

 

Related post

1 reply

21-Topaz I
October 29, 2019

Hi @anaclos ,

 

there is PTC article  CS284529

with Resolution / workaround - I used the workaround of it:

  • Embedding ThingWorx view app scan page into a browser is not supported
Workaround:
  • an Experience Service could be called in a preview mode  through  URL e.g. ​:
  • workaround works for  Studio Version 8.1.x with the default program setting
  • with version 8.2.xx and newer the workaround requires addtional settings in the configuration file :    <Windows OS User>\Documents\VuforiaStudio\builder-settings.json
  • the following options could be set in the builder-setting.json file:
"publishPreview": true  - allow to publish the preview to a browser outside the Studio environment 
       or
"enableDebugLogging": true  - the option enables the Debug logging in  the Studio settings
  • ​​​​​​​user could set the option "enableDebugLogging" also via Vuforia Studio UI ->Settings -> checkbox Enable Debug Logging
anaclos14-AlexandriteAuthor
14-Alexandrite
October 29, 2019

Roland, I edited the file "builder-settings.json" and wrote "publishPreview": true  but I can't call the experience by URL. Thank's for your help

21-Topaz I
October 30, 2019

I think you need to pay attention that the following steps are done:

- after changing the values in builder-settings.json you have to restart the studio. Means to exit it and start it again

- next you need to set the experience to publish authorization

- you need to republish the experience because only then the setting are taken in account