I tried putting 1 email and the email to start the survey was sent to me. However, when I click “start interview”, the page doesn’t work. It shown as below.
Generally this happens when the service running on your localhost has some problem resolving the request. If you have access to logs, please see logs for more details on the error. Also, make sure the application interface, server, and services are running. There are many situations that might trigger “this site can’t be reached” error in browsers. Sometimes the server is still running but the interface application is closed or the database is down. If your application interface and server is up but a dependent service is down then restart your computer/server and restart services. Make sure the app is bound to localhost. It may just be bound to an individual interface. netstat -na will give you the clues you need. Run a port scan on your computer and make sure the port is opened.
The problem may happens for failing on DNS lookup . DNS is that network address that translates the website name to its internet address. Most often it causes for not getting the internet connection or misconfigured internet or network settings. Another reason could be the firewall preventing Google Chrome to load the webpage. However, other reasons, such as insufficient permissions or the Apache web server not running properly might also cause the error.
The advice by bradmacer is diverting the attention from the actual problem (baseURL not specified in the Survey Solutions configuration) into some general internet functioning problems. It is also disregarding the fact that the message specifically mentions localhost, which is a special site name, and hence the advice makes even less sense.
@rapidasia, has the issue been resolved by modifying the BaseURL setting?