Given a URL with a port, such as `http://127.0.0.1:8080/jsonapi/explorer/app?location=http://127.0.0.1:8080`, the app crashes. It ends up appending the port on subsequent URL builds. <img width="1053" alt="Screen Shot 2019-10-31 at 3 20 57 PM" src="https://user-images.githubusercontent.com/3698644/67983218-3fa5d200-fbf2-11e9-9566-560c5477c35d.png">
Given a URL with a port, such as
http://127.0.0.1:8080/jsonapi/explorer/app?location=http://127.0.0.1:8080, the app crashes.It ends up appending the port on subsequent URL builds.