adicu / Courses

A course management application for Columbia.
courses.adicu.com
Other
16 stars 12 forks source link

Crashes on load #230

Closed rbtying closed 9 years ago

rbtying commented 9 years ago
Exception in defer callback: TypeError: undefined is not a function
    at RouteController.extend.onBeforeAction (http://courses.adicu.com/34c904d99461f9ded1bae767dbd8be4ea0d413a1.js:34:1881)
    at e.runHooks (http://courses.adicu.com/34c904d99461f9ded1bae767dbd8be4ea0d413a1.js:14:10906)
    at http://courses.adicu.com/34c904d99461f9ded1bae767dbd8be4ea0d413a1.js:14:23829
    at http://courses.adicu.com/34c904d99461f9ded1bae767dbd8be4ea0d413a1.js:14:23131
    at r._compute (http://courses.adicu.com/34c904d99461f9ded1bae767dbd8be4ea0d413a1.js:2:6086)
    at new e.Computation (http://courses.adicu.com/34c904d99461f9ded1bae767dbd8be4ea0d413a1.js:2:5418)
    at Object.r.autorun (http://courses.adicu.com/34c904d99461f9ded1bae767dbd8be4ea0d413a1.js:2:7260)
    at http://courses.adicu.com/34c904d99461f9ded1bae767dbd8be4ea0d413a1.js:14:23789
    at http://courses.adicu.com/34c904d99461f9ded1bae767dbd8be4ea0d413a1.js:14:23131
    at r._compute (http://courses.adicu.com/34c904d99461f9ded1bae767dbd8be4ea0d413a1.js:2:6086) 
natebrennand commented 9 years ago

did you do a hard refresh? it seems to be working for me

rbtying commented 9 years ago

Still having issues -- tested in chrome / firefox on linux, chrome on windows. Try not being logged in?

Edit -- yup, if I force the /login route it starts working. Also, Spring 2014'' is presumablySpring 2015''?

brishin commented 9 years ago

Yep, repo'd. We don't have Spring 2015 data as of yet.

brishin commented 9 years ago

Lovely. This is only happening in production on minified js

brishin commented 9 years ago

I think that I solved the underlying issue a while back but didn't push updated code because of some other issue. Let me know if it's fixed now, and close if it is.

rbtying commented 9 years ago

Looks like it's fixed