Hey Ratul, the snippet you're providing looks different. You have String data instead of String payload. What does your code for the section in question look like?
I think I misused a function down the line and this happened. I reverted everything back and rewrote the signin handler and it fixed the issue. I was trying out posting JSON data instead of form data and may have used a wrong method.
Oh and I just renamed payload to data for my convenience.
Thanks for the reply :D Eagerly waiting for the third part of the series!
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Hey Ratul, the snippet you're providing looks different. You have
String datainstead ofString payload. What does your code for the section in question look like?I think I misused a function down the line and this happened. I reverted everything back and rewrote the signin handler and it fixed the issue. I was trying out posting JSON data instead of form data and may have used a wrong method.
Oh and I just renamed
payloadtodatafor my convenience.Thanks for the reply :D Eagerly waiting for the third part of the series!