I built a pretty simple webapp, here's a breakdown of what I've done so far:
- Created an app using fountain-webapp
- Cloned the repo on a DigitalOcean droplet with a LAMP stack
- Configured the Apache webroot to serve from
var/www/html/my-project/dist
- Ran
gulp build
to create thedist
directory
I can hit the app itself and see the homepage but I'm getting 404s for every angular html template I request and I also get a 404 for FontAwesome. It looks like the requests are being made to directories outside dist
which is also very confusing.
Am I misunderstanding the purpose of the dist
directory? Could my gulp tasks be causing the issue? Any help would be greatly appreciated!
I see your url
https://nelsoncf.com/dist/
, and you have two message in console. Loading failed for the with source dist:21 Loading failed for the with source dist:23 I think you need check your files