Craig
Craig

Reputation: 440

VueJS local not found in Chrome

When browsing to http://localhost:8080/ in chrome I get redirected to a bad request page, provided by the chrome browser. If I browse to the network url ie: http://192.168.1.1:8080/, then the chrome browser happily loads it.

The localhost url works fine in Firefox and in Edge.

Has anyone experienced this behaviour before and know how to fix it?

Upvotes: 0

Views: 391

Answers (1)

Salim Djerbouh
Salim Djerbouh

Reputation: 11054

Check your chrome proxy settings and hosts file, also try the guest and private mode.

It might be a cookies problem

Upvotes: 1

Related Questions