This is the situation:
I build a app with different integrations with the mfp 8 beta.
The app worked fully on the local dev server and mostly on the Bluemix. During the beta. All basic functions of the app, were working on both MFP 8 Beta servers (Local and Bluemix)
Now I have installed actual CLI for MFP 8 GA and I created a MFP 8 Development Server on Bluemix.
I still have the local MFP 8 Beta Development Server installation on my local machine.
Now the mobile app still works with the "UserLogin" Adapter on the local beta mfp 8 server, even when I use the actual CLI MFP8.
But the app does not work the development MFP 8 GA server on Bluemix.
NOTE: By the way the local development MFP8 server download is currently not available. https://mobilefirstplatform.ibmcloud.com/downloads/
This is the config.xml entry
<mfp:platformVersion>8.0.0.00-20160328-0234</mfp:platformVersion>
<mfp:clientCustomInit enabled="false" />
<mfp:server runtime="mfp" url="http://mobilefoundation8-XXXXX-server.mybluemix.net:80" />
<!-- mfp:server runtime="mfp" url="http://LOCAL_IP:9080" /> -->
<mfp:directUpdateAuthenticityPublicKey />
<mfp:languagePreferences>en</mfp:languagePreferences>
These are the debug information in chrome:
- Working on the local mfp 8 beta development server:
- Not working with Bluemix MFP 8 Development Server
ERROR MESSAGE detail do not know where to search:
"responseText":"{\"errorCode\":\"INVALID_CLIENT_ID\",\"errorMsg\":\"Invalid client ID.\"