Start a new topic

I can't log into Kinvey through my JS application

 I'm getting the following error when I try to login:

2016-11-06_19-12-13.png



Hi,


Can you share the kid of the application? Which Kinvey SDK and version are you on currently?


Can you also tell me if this error is intermittent or consistently reproducible?



Regards,

Wani

Kinvey Support

Hi, Wani,

It seems that I have found the problem. It was the difference between the following 2 lines:
'Authorization': "Basic" + btoa(kinveyAppKey + ":" + kinveyAppSecret),
and
'Authorization': "Basic " + btoa(kinveyAppKey + ":" + kinveyAppSecret),
where in the first line I don't have an empty space between the word Basic and the symbol ".

I'm just starting with Kinvey and I believe I'll have other questions in the following days.

Regards,
Yavor

 

Great that you were able to move past this issue.


Please keep posting to the Forums and we'll be here to help you.


I hope you are using v3 version of the SDKs because that's our latest and greatest.



Regards,

Wani

I haven't downloaded the SDK and I don't know whether I should do this. I only need the database for a course project.

 

Login or Signup to post a comment