As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
On a sudden hunch I checked LocalStorage and deleted the kinvey key which fixed it!
There's obviously a bug here - init() should perhaps empty local storage.
Or is the intention that the local storage data take precedence over that passed in init()? if so then init could indicate it 'failed'!
Steve Lee
A simple init / ping is now failing on Google Chrome on Windows.
I've absolutely no idea why this might be. It works in Firefox, Edge and headless in electron (also V8). It worked just fine until yesterday
Any ideas anyone? Could I somehow changed something in Chrome that would break this? I'm not aware of changing anything other than code
The kinvey server response is
"401 {"error":"InvalidCredentials","description":"Invalid credentials. Please retry your request with correct credentials","debug":"Authorization token invalid or expired"}"
The credentials are fine - the code work's fine in other browsers