Have been using developer vagrant installation of Discourse (as detailed in Discourse as Your First Rails App), but recently I have been getting a completely blank page on browsing to localhost:4000 for the master branch of discourse. The F12 errors, Chrome is throwing out, are the following:
Uncaught Error: Could not find module discourse/lib/raw-handlebars
Uncaught Error: Could not find module `discourse/widgets/post-cooked` imported from `discourse/lib/plugin-api`
Uncaught TypeError: Cannot read property 'startRouting' of undefined (ember:3477 )
The relevant actions that I performed on my system since the last time the dev installation was working correctly were:
- Using an updated version of rubygems v2.2.5
- At some point I noticed getting the “Migrations are pending bin/rake db:migrate RAILS_ENV=development” error on localhost:4000. Tried the solution mentioned here, after which I started getting the blank page.
- Installed (and later uninstalled) PostgreSQL-9.6.0 on Windows.
The previous branches (like stable (23rd September)) works fine. What could be the issue here?