You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This happens when you create an http request using the http.request method and append the scheme to the front of your host variable in the options you pass in. eg. ('http://localhost' should just be 'localhost') See stackoverflow