locomotivemtl / locomotive-boilerplate

🚂 Front-end boilerplate for projects by Locomotive.
https://locomotivemtl-boilerplate.vercel.app/
MIT License
468 stars 71 forks source link

Page 404 on gulp #67

Closed ystroobants closed 5 years ago

ystroobants commented 5 years ago

Hello

When I make a gulp browsersync opens a new window but with a 404 error.

Run [Browsersync] Proxying: http://boilerplate.test [Browsersync] Access URLs:

   Local: http://localhost:3004
External: http://boilerplate.test:3004

      UI: http://localhost:3005

UI External: http://localhost:3005

Error Msg: Safari can not find the server boilerplate test I checked if Mac OSX firewall is up and running but it's disabled.

Can you help me please? Thanks

hum-n commented 5 years ago

If you want to use http://boilerplate.test, you have to add it to your hosts file. Try localhost.

ystroobants commented 5 years ago

Thanks for your quick reply. so i have to modify host:paths.url in serve.js with host:localhost? I have a 404 error with localhost:3005 too.