Fetch User in Xano's authentication Plugin does not work

I am currently implementing the login functionality in WeWeb and Xano, I can get as far as saving the Auth Token, but then in the Fetch User workflow, I get “Fetch User in Xano’s authentication plugin does not work” 400 error occurs. I am able to implement Google Login in the same flow, but for some reason, Fetch User does not work when using LINE Login.



Hi, you can try to check into your endpoint settings, there is probably a missing parameter, every time I’ve seen this warning it was a missing setting which was empty

Thanks for the advice, I think the endpoint of Fetch User is the auth me part, but it works fine on the Xano server side. Does this mean that the Auth Token is not being passed when using the API?



You can check your network tab and see if every information is there, by opening the devtools of your browser. You can also check the xano logs, it could indicate more information. You can also try to contact Xano to investigate further :thinking: