Having trouble with upgrade, what am I doing wrong?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I just followed the instructions to upgrade canvas (Upgrading · instructure/canvas-lms Wiki · GitHub ) from
treesame commit of origin/stable/2015-10-31
to
treesame commit of origin/stable/2016-04-23
But when I log in the dashboard is not showing up right as you can see in the screenshot with the white boxes for the courses. And I'm adding a screenshot of how I had it before the upgrade.
What am I doing wrong? What steps am I missing?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Ok, found out the problem after a little research.
I had to do
$ bundle update
$ bundle install
$ npm cache clean && rm -rf node_modules && npm install
$ RAILS_ENV=production bundle exec rake canvas:compile_assets
Started services again apache / canvas_init, and it worked!