I am just starting with Ember and tried the quickstart tutorial. I just can’t get it to work when I deploy the dist folder to my website. I have tried it twice now and it just won’t work. As far as I can tell, the Application.hbs file never has anything in it but
People Tracker
. and {{outlet}} below that.
If I use the builtin webserver and view the scientist page I see what I should. If I upload the dist folder to my website and try to view index.html I see a blank page.
I don’t mean to be rude but I have had no luck with stackoverflow. The administrators there are arrogant and rude. If no results here I will just have to try another framework.
Thanks,
Paul
There are multiple things that could go wrong. If you upload your dist folder after running ember build production to a subfolder you should specify it here.
Thanks, broerse, I will try to find and modify the environment.js file
Acorncom, There were no errors in the broswer, just a blank page. I did notice when trying to use Ember Developer on the page I got That it was not a Ember page. I think the next thing I will try is just to deploy the default app that you get with a default app you know, before you modify anything.
Paul
If you can provide any details, we may be able to suggest something. Are you actually putting the /dist folder on a server or just the contents - and is it in a subfolder? What hosting are you using? Depending on the host you could be experiencing one or many things because of .htaccess or something that is not Ember specific.