We setup a new development server and when we hit F5, chrome will never open for us. It works fine on a laptop or another machine with the same code, just not on our new server.
Any ideas on how to fix this or what to look for?
We setup a new development server and when we hit F5, chrome will never open for us. It works fine on a laptop or another machine with the same code, just not on our new server.
Any ideas on how to fix this or what to look for?
I think it is hard to guess without more information[emoticon:c4563cd7d5574777a71c318021cbbcc8] like what does not work or how did you define that server does not works?
Hi,
Are you working on the on-premise version, if so then please check what are the configuration setup you are using, check in the administration for the service instance you have set the below settings.
in developer tab check the tick on enable development.
in client window check you have set the web server address like Http:Localhost:8080//servicename
if it is a cloud version then check the launch.json file settings. like
server-- URl of the tenant with the environment as suffix like Sandbox.
environment set as sandbox
SandboxName set as the name of your Sandbox
Tenant name
Regards
Mohit Malik
We are conning to a SAAS environment. I am defining our server as not working since chrome never launches after hitting F5. If I copy the project to another machine, chrome will launch when I hit F5.
Is there a setting within VS code that I need to look for? Could there a be windows setting preventing chrome from launching?
I also faced the same - Just cross check launch.json file and then manually see the URL is working and then re publish and try. I did the same and fortunately it worked.