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 cannot be found. Rebuild your project directory by executing the following command:
gbc build
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 in your browser's debug window for a JavaScript "HandleBars is missing
" message. If you find this message, run the gbc build
command.