I’m having an issue with Auth on Xano. Pretty new to weweb but can code and have extensive experience with Bubble for whatever that might mean.
When I use the pre-defined login Xano workflow and bind the email and password to my input fields (have tried saving them to variables too), I am getting a 400 error with “Missing Parameter: email” even though everything I set up correctly.
The weird thing is that if I copy my login endpoint in Xano and just use a POST rest API in the workflow and NOT the Xano login workflow everything works beautifully but I can’t access the “isAuthenticated” plugin variable.
I am saving the auth token to a separate variable but because my application is set to use Xano Auth plugin the variable “isAuthenticated” remains “false” if I use the REST API.
Hope the above makes sense.
TOA