-
Notifications
You must be signed in to change notification settings - Fork 323
Widgets not displaying data before canceling process
olepg edited this page Jul 7, 2020
·
1 revision
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
- Home
- Dashing Workshop
- Installation
- Widgets
- Configuration
- Security
- Troubleshooting
- Deploying dashboards
- How Tos
- How to: post data to your dashboard and widgets
- How to: Define a data model and store history data to database
- How to: Prevent a job from overlapping with itself
- How to: Send HTML data to your widgets
- How to: Send mysql data to your widgets
- How to: Setup a Graph
- How to: Store data to and display from database
- How to: Update a Dashboard using a spreadsheet
- How to: update dashboard in Django
- How to: Update font awesome fonts from version 3 to 4
- How to: Use New Relic with Dashing
- How to: precompile assets
- Development