Differential / meteor-boilerplate

Boilerplate meteor app - starting point for meteor apps
http://github.differential.com/meteor-boilerplate/
873 stars 179 forks source link

Errors with update to Meteor 1.2.0.2 #87

Open timmakken opened 9 years ago

timmakken commented 9 years ago

To start with great boilerplate! this really speeds up prototyping idea's :+1:

I have a few issues with the update, With a fresh git clone and a "meteor update" command completely breaks the app.

these are browser console errors after fixing issue #76 .


Uncaught TypeError: Cannot set property 'guid' of undefined(anonymous function) @ materialize_materialize.js:10(anonymous function) @ materialize_materialize.js:15(anonymous function) @ materialize_materialize.js?852eb8ab99e3508edd310071537cb33698a58a2b:47(anonymous function) @ materialize_materialize.js?852eb8ab99e3508edd310071537cb33698a58a2b:56
global-imports.js?aed13fa041479e9bb5051a2522df9280833a49ee:14 Uncaught TypeError: Cannot read property 'Materialize' of undefined(anonymous function) @ global-imports.js?aed13fa041479e9bb5051a2522df9280833a49ee:14
template.dashboard.js:2Uncaught ReferenceError: Template is not defined(anonymous function) @ template.dashboard.js:2(anonymous function) @ template.dashboard.js:37
template.home.js:2Uncaught ReferenceError: Template is not defined(anonymous function) @ template.home.js:2(anonymous function) @ template.home.js:6
template.itemsNew.js:2Uncaught ReferenceError: Template is not defined(anonymous function) @ template.itemsNew.js:2(anonymous function) @ template.itemsNew.js:21
template._footer.js:2Uncaught ReferenceError: Template is not defined(anonymous function) @ template._footer.js:2(anonymous function) @ template._footer.js:6
template._header.js:2Uncaught ReferenceError: Template is not defined(anonymous function) @ template._header.js:2(anonymous function) @ template._header.js:86
template.appLayout.js:2Uncaught ReferenceError: Template is not defined(anonymous function) @ template.appLayout.js:2(anonymous function) @ template.appLayout.js:8
template.loading.js:2Uncaught ReferenceError: Template is not defined(anonymous function) @ template.loading.js:2(anonymous function) @ template.loading.js:6
template.notFound.js:2 Uncaught ReferenceError: Template is not defined(anonymous function) @ template.notFound.js:2(anonymous function) @ template.notFound.js:6
dashboard.js?fc82f2b83d722f8cfffae2ab2e9e7258e246b2ac:1Uncaught ReferenceError: Template is not defined(anonymous function) @ dashboard.js?fc82f2b83d722f8cfffae2ab2e9e7258e246b2ac:1(anonymous function) @ dashboard.js:3
home.js?9d2cacfd45e37bee67028f1b3c7711c0089d8fd8:1Uncaught ReferenceError: Template is not defined(anonymous function) @ home.js?9d2cacfd45e37bee67028f1b3c7711c0089d8fd8:1(anonymous function) @ home.js:3
itemsNew.js?a7e513b6e2fe03f4ce4eb40a72d0e632e2dcecbe:1 Uncaught ReferenceError: AutoForm is not defined(anonymous function) @ itemsNew.js?a7e513b6e2fe03f4ce4eb40a72d0e632e2dcecbe:1(anonymous function) @ itemsNew.js:8
_header.js?060c842dfab953dab00700033588dfbeca3180ce:1Uncaught ReferenceError: Template is not defined(anonymous function) @ _header.js?060c842dfab953dab00700033588dfbeca3180ce:1(anonymous function) @ _header.js:21
appLayout.js?9eed82f99c046dd586bae7ce040403ece5f02c8b:1Uncaught ReferenceError: Meteor is not defined(anonymous function) @ appLayout.js?9eed82f99c046dd586bae7ce040403ece5f02c8b:1(anonymous function) @ appLayout.js:8
config.js?f48e6949053e1af7563f3d0eb9884fd9cd44f163:1Uncaught ReferenceError: AccountsTemplates is not defined(anonymous function) @ config.js?f48e6949053e1af7563f3d0eb9884fd9cd44f163:1(anonymous function) @ config.js:3
items.js?4d223af158eefa86c074cfbc3348182920345539:1Uncaught ReferenceError: Mongo is not defined(anonymous function) @ items.js?4d223af158eefa86c074cfbc3348182920345539:1(anonymous function) @ items.js:35
dashboard.js:6Uncaught ReferenceError: Items is not defined(anonymous function) @ dashboard.js:6(anonymous function) @ dashboard.js:17
meta.js?35b9d2b259286a9d35a30932e70445068840b17d:1Uncaught ReferenceError: Meteor is not defined(anonymous function) @ meta.js?35b9d2b259286a9d35a30932e70445068840b17d:1(anonymous function) @ meta.js:9
stringHelpers.js?17c231497b5cc3e2d024af7323367b25566cfaa0:1Uncaught ReferenceError: Template is not defined(anonymous function) @ stringHelpers.js?17c231497b5cc3e2d024af7323367b25566cfaa0:1(anonymous function) @ stringHelpers.js:4
softwarerero_accounts-t9n.js:14 Uncaught ReferenceError: UI is not defined(anonymous function) @ softwarerero_accounts-t9n.js:14runStartupCallbacks @ startup_client.js:30ready @ startup_client.js:32
debug.js:41 Exception in callback of async function: ReferenceError: Deps is not defined
    at Layout.beginRendering (http://localhost:3000/packages/iron_layout.js?e780915e25c3eabb4e4cf232e4a5135d85f05020:290:3)
    at Controller.beginRendering (http://localhost:3000/packages/iron_controller.js?9d2e717544918c706f196546cf95012eaae0fb76:292:23)
    at RouteController._runRoute (http://localhost:3000/packages/iron_router.js?c564289eeaa191561eba900052037432ebfcbe4a:464:8)
    at Function.Route.dispatch (http://localhost:3000/packages/iron_router.js?c564289eeaa191561eba900052037432ebfcbe4a:848:18)
    at route (http://localhost:3000/packages/iron_router.js?c564289eeaa191561eba900052037432ebfcbe4a:705:11)
    at boundNext (http://localhost:3000/packages/iron_middleware-stack.js?3370bd57ef7b310cca3f5dddb11b77fafdcfc1eb:418:31)
    at Meteor.bindEnvironment (http://localhost:3000/packages/meteor.js?9730f4ff059088b3f7f14c0672d155218a1802d4:999:22)
    at dispatch (http://localhost:3000/packages/iron_middleware-stack.js?3370bd57ef7b310cca3f5dddb11b77fafdcfc1eb:442:3)
    at http://localhost:3000/packages/iron_router.js?c564289eeaa191561eba900052037432ebfcbe4a:385:13
    at Tracker.Computation._compute (http://localhost:3000/packages/tracker.js?7776276660c988c38fed448d8262b925dffb5bc3:349:36)
debug.js:41 Exception from Tracker recompute function:
debug.js:41 ReferenceError: Tracker is not defined
    at null.<anonymous> (useraccounts_iron-routing.js:357)
    at router.js:277
    at _.extend.withValue (dynamics_browser.js:23)
    at Router.addHook.hookWithOptions (router.js:276)
    at RouteController.runHooks (route_controller.js:180)
    at RouteController.stop (route_controller_client.js:327)
    at Function.Router.dispatch (router_client.js:81)
    at onLocationChange (router_client.js:182)
    at Tracker.Computation._compute (tracker.js:323)
    at Tracker.Computation._recompute (tracker.js:342)

I hope you guys know where to look, ive spend a few hours on it now but im inable to get it to work with Meteor 1.2.0.2 at the moment.

LDubya commented 9 years ago

I'm also having this same error. App completely unusable - blank screen

LDubya commented 9 years ago

Downgrading Materialize to version 0.97.0 seems to have fixed some of the issue for me: meteor add materialize:materialize@=0.97.0

dnish commented 9 years ago

@LDubya Thanks, worked for me too

timmakken commented 9 years ago

@LDubya Thanks, that worked for me too!

swarshah commented 8 years ago

I have updated meteor to latest version in my fork https://github.com/SwarShah/meteor-boilerplate/tree/materialize with all packages updated and Materialize updated version 0.97.3.

Edit: Updated the link

chrisco23 commented 8 years ago

Are people still sticking with 0.97.0 (official) or has 0.97.3 been made compatible with the latest meteor? Or have people switched to @SwarShah fork?

swarshah commented 8 years ago

@chrisco23 Official 0.97.3 is now compatible with latest meteor and I'm also using same in my fork.

chrisco23 commented 8 years ago

Thanks for the quick response!

On Tue, Dec 8, 2015 at 4:58 PM Swar Shah notifications@github.com wrote:

@chrisco23 https://github.com/chrisco23 Official 0.97.3 is now compatible with latest meteor and I'm also using same in my fork.

— Reply to this email directly or view it on GitHub https://github.com/Differential/meteor-boilerplate/issues/87#issuecomment-163073205 .