1
I have a project in Angularjs running localhost perfectly.
I’m trying to host on the server "HOSTGATOR" and I’m not succeeding.
I’m generating the build with the Angular CLI and Hosting the Dir "Dist" in "www". When trying to access the index.html
the following errors occur:
Falha no carregamento do <script> com a fonte “http://site.com.br/runtime.a66f828dca56eeb90e02.js”.<br> Falha no carregamento do <script> com a fonte “http://site.com.br/polyfills.2f4a59095805af02bd79.js”.<br> Falha no carregamento do <script> com a fonte “http://site.com.br/main.5d52293f160730f348fe.js”.
Then I play all the files, including the index.html
, at www root. So when accessing index.html
presents only the welcome page of Angular. "Welcome to app!"
I wonder if someone could help me?
Thank you...
Eduardo, thank you so much for answering! I sent an email to my server, because I still have doubts about the settings.
– Luciano J O