blackberry/Ripple-Framework

Ripple config.ini file needs to contain the proper web address for the webContent variable

Opened this issue · 1 comments

Some versions of Ripple contain the following in the config.ini file

windowContent=http://developer.blackberry.com/ripple

To ensure Ripple actually connects to the webserver for UI updates it needs to the following:

windowContent=http://developer.blackberry.com/ripple/

This was fixed in b16 so the issue here is actually related to installation of the latest build. The problem is that the new installer was not removing the old, potentially 'bad' config.ini.

The installer fix is currently being implemented.