MikeFielden/The-MEAN-Stack

Linker Directory 404 Errors

Opened this issue · 2 comments

I just did a basic install, but I'm noticing a few 404 error issues that's causing Angular to be broken. I haven't really edited anything, so if I SHOULD, then that might be the cause of the problem, but I'm not really sure. Please lemme know. :) Thanks

Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:1337/linker/js/app.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:1337/linker/js/controllers.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:1337/linker/js/directives.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:1337/linker/js/filters.js Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:1337/linker/js/services.js Failed to load resource: the server responded with a status of 404 (Not Found)
angular.min.js:29 Uncaught Error: [$injector:modulerr] http://errors.angularjs.org/1.2.11/$injector/modulerr?p0=mySailsApp&p1=Erro…2F%2Flocalhost%3A1337%2Flinker%2Flib%2Fangular%2Fangular.min.js%3A17%3A431)
http://localhost:1337/linker/lib/angular/angular-csp.css Failed to load resource: the server responded with a status of 404 (Not Found)

Hello! I havent used this repo in very long time so this error doesnt shock me :) I will point you in the direction of http://mean.io/#!/ unless of course you feel like debugging that :)

MikeFielden, thanks for the link 💃 !