Widgets not displaying data before canceling process - Smashing/smashing GitHub Wiki
This issue seems to have a few common denominators:
- Widgets are blank, until you cancel the process
- Happens on every widget, including the ones on default sample dashboards.
- Appears on Ubuntu.
The issue appears to be related to the Thin server. Try using Puma:
gem install puma
puma config.ru -p 3030