You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ben Langfeld edited this page Jul 26, 2014
·
15 revisions
Frequently Asked Questions
Candy shows only a blank (gray) screen
Make sure that you autojoin at least one room. Either automatically via bookmarks or manually by passing a list of rooms with the autojoin property to Candy.init().
How can I debug Candy?
First you need to pass debug: true to the core-options in Candy.init (see Configuration).
Candy will now debug using console.log() supported by all major browsers.
### Installation Instructions for Browsers' Developer Tools