Ashish Naik
Ashish Naik
i tried to install v3.0.0 to v3.8.0 to 4.2.0 but kept getting errors abt dependencies so couldn't do testing. I tried to debug more today. Please see if this provides...
Tried to fix the issue. i updated handleAuthData function with ` this.storage.authProvider = Object.keys(authData).join(',');` placed just before ``` // No user found with provided authData we need to validate if...
Previous discussions on this issue https://github.com/parse-community/parse-server/issues/4155 https://github.com/parse-community/parse-server/issues/4142
@mtrezza i have again tried to reproduce with latest version and it is still failing. Below is the test log. [This solution](https://github.com/parse-community/parse-server/issues/6511#issuecomment-643742384) still works. In meantime, i have added a...
Hi, i tried debugging but could not reproduce. Test however still fails. I tested with my current branch. I have since changed my code to align with latest Parse iOS...
I don't know how to debug a test. I have to run using jest i guess but couldn't figure it out. but i realised the test i had written seems...
Thanks for those hints. I was able to debug. The issue start in handleAuthData where if users with provided authData is not found then function returns from this condition. ```...
I am not using cloud code for login. Call from swift code.
I will try. May take some time due to workplace priorities. Yes sessionToken is nil after successful login.
@dplewis I tried below. Not good with cloud code so hope code is not wrong. Cloud function ``` Parse.Cloud.define("loginWithFacebook", function(request) { var params = request.params var authData = params.authData var...