4

Whenever i open localhost:3000/home.html in chrome, chrome does not recognize it as URL, instead as a search term.

localhost:3000/home.html# works without issues. localhost:3000/projects.html works as well. (And any other URL)

What causes this? Does anyone else have this problem?

olivier
  • 2,585
  • 6
  • 34
  • 61
  • It's a long shot, but can you check \ect\hosts file and see `localhost:3000/home.html` is in the list? – yotke Aug 09 '18 at 10:56
  • 2
    This answer solved it for me: https://stackoverflow.com/a/52487944/2924547. It seems like an issue with Chrome dealing with history entries. – Jean-Baptiste Rudant Sep 27 '18 at 09:08

1 Answers1

2

i dont have such issue but can you try with http://

(EX: http://localhost:3000/#/)

Pankaj Rupapara
  • 752
  • 4
  • 9