As a user, if the access URL is set tolocalhost:6080
instead ofhttp://localhost:6080
, workspaces will fail to build since "localhost" is assumed to be the protocol. We should either show an error that a protocol is required or add a protocol if none exists.