Missing spaces, fast route on deployed Telescope installation

I deployed the Telescope site to my DigitalOcean intermediate droplet . The site works fine on my local machine, but I get multiple errors in Dev Tools when I try to pull up a deployed copy.

fast-route data found, but no collection exists for: settings a66f3d03fa0387126449a4d3022ea653e4a8d4b4.js:14
Uncaught ReferenceError: isAdminById is not defined a66f3d03fa0387126449a4d3022ea653e4a8d4b4.js:20
Exception in defer callback: ReferenceError: Spacebars is not defined
    at null._render (http://staging.news.powerupgames.io/a66f3d03fa0387126449a4d3022ea653e4a8d4b4.js:13:1470)
    at null.<anonymous> (http://staging.news.powerupgames.io/a66f3d03fa0387126449a4d3022ea653e4a8d4b4.js:10:26626)
    at http://staging.news.powerupgames.io/a66f3d03fa0387126449a4d3022ea653e4a8d4b4.js:10:25734
    at Object.e._withCurrentView (http://staging.news.powerupgames.io/a66f3d03fa0387126449a4d3022ea653e4a8d4b4.js:10:28753)
    at http://staging.news.powerupgames.io/a66f3d03fa0387126449a4d3022ea653e4a8d4b4.js:10:25692
    at e.Computation._compute (http://staging.news.powerupgames.io/a66f3d03fa0387126449a4d3022ea653e4a8d4b4.js:5:16650)
    at new e.Computation (http://staging.news.powerupgames.io/a66f3d03fa0387126449a4d3022ea653e4a8d4b4.js:5:15913)
    at Object.e.autorun (http://staging.news.powerupgames.io/a66f3d03fa0387126449a4d3022ea653e4a8d4b4.js:5:17886)
    at e.View.autorun (http://staging.news.powerupgames.io/a66f3d03fa0387126449a4d3022ea653e4a8d4b4.js:10:25663)
    at http://staging.news.powerupgames.io/a66f3d03fa0387126449a4d3022ea653e4a8d4b4.js:10:26565 a66f3d03fa0387126449a4d3022ea653e4a8d4b4.js:1
Uncaught TypeError: Cannot read property 'isAdmin' of undefined

      

The page content is never loaded. It looks like some packages are missing, but the packages it complains about are listed in the file.

Not sure where to go. As I said, I'm heading for the DigitalOcean droplet. I am using meteor-up for deployment. The injection completed successfully without any errors. I've also tried using Modulus . This deployment also finishes without error, but demonstrates the same problems .

+3


source to share





All Articles