Note that there are some explanatory texts on larger screens.

plurals
  1. POMeteor error: Full project wont display in browser
    primarykey
    data
    text
    <p>I'm having a problem getting Meteor to work. I'm not sure if I'm just missing some Meteor convention, but I don't think that is the case. I've created a new project with this file structure:</p> <pre><code>*client -signup.html -signup.js -main.html -main.js *public *server -accounts.js </code></pre> <p>There are some more .css files, but I didn't see the need to list them. My problem, is that when I run the server and visit the site on localhost, the main.html will load, but nothing in the body tags is rendered. I looked at the order that Meteor loads files, to see if maybe something wasn't loading right. Everything seemed ok. </p> <p>I also looked at a couple github projects in meteor, cloned them, added the packages, and then ran them on my local machine. I get the same problem.</p> <p>I also deployed to meteor's servers in case it was something with my local system, but the same thing happens with the deployed app.</p> <p>Is there some convention or configuration that I am missing?</p> <p>EDIT: Add contents of main.html</p> <pre><code>&lt;head&gt; &lt;meta charset="utf-8"&gt; &lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt; &lt;title&gt;Routed Auth&lt;/title&gt; &lt;/head&gt; &lt;body&gt; {{&gt; header}} &lt;div id="wrap"&gt; &lt;div class="container-fluid"&gt; &lt;div class="row-fluid"&gt; &lt;div id="main" class="span12"&gt; {{renderPage}} &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div id="spacer"&gt;&lt;/div&gt; &lt;/div&gt; {{&gt; footer}} &lt;/body&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload