my ionic application build’s succesfully but its showing a black/white screen, on inspecting the logs for error i found this error.
GET http://localhost/styles.css net::ERR_ABORTED 404 (Not Found) localhost/:36
GET http://localhost/runtime.js net::ERR_ABORTED 404 (Not Found) localhost/:40
GET http://localhost/polyfills.js net::ERR_ABORTED 404 (Not Found) localhost/:40
GET http://localhost/vendor.js net::ERR_ABORTED 404 (Not Found) localhost/:40
GET http://localhost/main.js net::ERR_ABORTED 404 (Not Found) localhost/:40
GET http://localhost/assets/logo/favicon.png 404 (Not Found) favicon.png:1
on cross checking this files exist and ionic serve is not giving any error as well.
please what could be the cause and possible solution as well.