# Trouble getting a top level page to Ember

**URL:** https://meta.discourse.org/t/trouble-getting-a-top-level-page-to-ember/56007
**Category:** Development
**Created:** [1월 19, 2017, 6:11오전 UTC](https://meta.discourse.org/t/trouble-getting-a-top-level-page-to-ember/56007 "2017-01-19T06:11:45Z")
**Posts on this page:** 1
**Showing post:** 10

<div class="post-metadata">

### Author: ![Mittineague](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mittineague/32/114259_2.png) [@Mittineague](https://meta.discourse.org/u/Mittineague)
#### Post date: [1월 25, 2017, 10:33오후 UTC](https://meta.discourse.org/t/trouble-getting-a-top-level-page-to-ember/56007/10 "2017-01-25T22:33:25Z")

</div>

Ah, after a week a light finally shines.

> [@joebuhlig](#):
>
> Do you get an error in the console at all? Or a error trace in the console?

The closest thing I could see as an “error” was in the CLI.

Ember inspector never showed the route, and console never showed any errors or log messages.

So as far as I could tell the code was never getting to Ember.

Anyway …

I have 2 localhost Discourse installs. Both are  
Windows 10 → VMware → Ubuntu 16.04 LTS

One I followed an earlier version (sans the DO stuff) of  
[discourse/docs/INSTALL-cloud.md at main · discourse/discourse · GitHub](https://github.com/discourse/discourse/blob/master/docs/INSTALL-cloud.md)

the other  
[Install Discourse on Ubuntu or Debian for Development](https://meta.discourse.org/t/beginners-guide-to-install-discourse-on-ubuntu-for-development/14727)

The first I have been using more as a non-techy Admin to test Discourse operations and occasionally a “beta” plugin.

The second for “hacks” i,e. modified Core code, and “pre-alpha” plugins.

A reason is I want to keep the first as “clean” of my muddy footprints as I can, but also workflow.

For example, the first is  
tweak - push - rebuild app - test - repeat  
the second is the easier and faster  
tweak - exec rails s - test - repeat

Though you code does not work on my “hack” install, it does work on my “clean” install.

Other than the second involving Vagrant, a difference is the firsts root is “localhost” and the seconds is “localhost:3000” - _with a port number_

I did enter “3000” in Admin → Developers and Discourse uses it for internal URLs but I’m guessing the presence of the port has very much to do with the road block I was hitting.

---

_[View the full topic](https://meta.discourse.org/t/trouble-getting-a-top-level-page-to-ember/56007)._
