Troubleshooting¶
Common Issues¶
Protocol not loading properly¶
- Lots of
undefined
in protocol. TypeError: Cannot read property 'classname' of undefiend.
TypeError: Cannot read property 'map' of undefiend.
Description¶
Solution¶
This depends on not having any action
section in the config.
Add an action section at the bottom:
{
"forms": [...
],
"actions": [...
]
}