My collection is not syncing to my DataSet
There are a few things to check if your collection isn’t syncing correctly to your DataSet:- Check that collection sync is enabled
- Check that the owner of the DataSet and the collection are the same person
- Check if there are documents that need syncing (syncRequired: true)
- Check documents in your collection to make sure they have the right types for exported fields - often, the issue is that at least one document in the collection has a property that isn’t being cast correctly.
My App won’t load a file
If this is a relative asset (it lives inside of your design) then use a forward slash/ and make sure you don’t have a typo in the path.
If it’s an external resource (hosted outside of Domo) then you must load it with the https:// protocol since Domo runs in that mode.
Errors when installing on Windows
- Option 1: Install Visual C++ Build Tools using the Default Install option
- Option 2: Install Visual Studio 2015 (or modify an existing installation) and select Common Tools for Visual C++ during setup. This also works with the free Community and Express for Desktop editions.
- Install Python 2.7 (
v3.x.xis not supported), and runnpm config set python python2.7(or see below for further instructions on specifying the proper Python version and path.) - Launch cmd,
npm config set msvs_version 2015
How to Submit a Bug
If you come across a bug while building your app, please follow these steps to make it easier for us to help you:- Create a separate app that demonstrates the bug in isolation.
- Make sure the code is as small as possible and only related to the bug.
- If the bug is data related, wire the app to a very simple webform dataset. Export the webform dataset as CSV and put it in your app directory.
- Zip up the app directory and email it to Domo support.
Important
Please include the version of the CLI you are using in your email to support. You can get the version with the
domo --version command. This will allow us to more quickly find and fix the bug you’re reporting. If you are reporting multiple issues, please send one separate app per issue.