Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
how to get an default experience service URL for Vuforia studio. i have installed vuforia experience server as well but its not getting populated anywhere.
how to get this done
Solved! Go to Solution.
After you start Vuforia Studio, you can author experience project vial http://localhost:3000/home in Chrome or Edge.
If Vuforia Studio is on the same machine as Vuforia Experience Service (VES), you can set the URL of VES as below:
http(s)://localhost:2019
If "nossl" is set to true in configuration.json, here the protocol should be http, otherwise, it is https.
If Vuforia Studio is on a different machine, you can set the URL of VES as below:
http(s)://<IP address of the machine LP-PFIAX4nk>:2019
then, after you enter the project name and URL of VES, the Create button should become active and you will be able to create experiences.
Hi @Suraj_Patil,
Thank you for your question!
I’d like to recommend to bring more details and context to your initial inquiry.
Please refer to this guideline to make your questions more likely to receive a quick and useful answer.
This will increase your chances to receive meaningful help from other Community members.
Furthermore, please consult this Community Search guideline as well, which boosts up your chances of finding a resolution to your topic(s) much faster.
On that note, please see this Community link which may contain valuable resources for your topic, as well as articles on our Knowledge Base.
Thank you for your participation and please let me know if you need further assistance!
Best regards,
i have installed following bundle. vuforia studio 9.20.11 and vuforia experience server 9.20
Now while creating project experience url was not taking by default , then i have added manually there but still this create button is not enabled here.
can anyone help me , how to proceed in this
The format of Experience Service URL should be something like:
Otherwise, the "Create" button will not be active.
To find the URL of your Experience Service, you can check the value setting of “defaultDomainName” and “port” in configuration.json under your Experience Service Installation folder <Vuforia ES Installation>.
first of all after clicking open button of Vuforia studio
Url is opened is this http://localhost:3000/home
and as u said in configuration.json file i m seeing url is different
Can you please help me to proceed in this?
Thanks
After you start Vuforia Studio, you can author experience project vial http://localhost:3000/home in Chrome or Edge.
If Vuforia Studio is on the same machine as Vuforia Experience Service (VES), you can set the URL of VES as below:
http(s)://localhost:2019
If "nossl" is set to true in configuration.json, here the protocol should be http, otherwise, it is https.
If Vuforia Studio is on a different machine, you can set the URL of VES as below:
http(s)://<IP address of the machine LP-PFIAX4nk>:2019
then, after you enter the project name and URL of VES, the Create button should become active and you will be able to create experiences.
now i can create the new project with create button enabled. Thanks. @Jimwang
can you please help me to do the integration of vuforia studio with thingworx instance?
Vuforia studio , experience server and thingworx server all are on same system.
i tried with helpcentre but failed to do so.
If you don't select the checkbox to allow public Experiences to access ThingWorx data during the installation of Vuforia Experience Service, you need to configure the User access control firstly refer to the below document:
Experience Service Help (ptc.com)
my question is
why i m not able to see thingworx entities in external data of vuforia studio?
though VES and thingworx on same machine
If you go to Project > Configuration > Info menu, then click Validate button to validate Experience Service, is it successful?
Hello,