Fix configuration issues
You may encounter issues when you launch an application in a customized Genero Browser Client (GBC) environment. Here are some tips for troubleshooting those issues.
Unable to expand bootstrap template
If a message states "Unable to expand bootstrap template", your
bootstrap.html file cannot be found. Rebuild your project
directory by executing the gbc build
command.
Blank page displays
Your application displays a blank page. If the application debug information
indicates that Handlebars is missing, you likely need to run the gbc build
command. Check your browser's debug window for a JavaScript "HandleBars
is missing"
message. If you find this message, run the gbc build
command.