Xano Auth Login not working (but signup works)

Good afternoon. I’m trying to understand what the WeWeb issue is with connecting for the /login on the Xano Auth plugin. Specifically I have create a plug that works for signup but does not seem to connect for the login endpoint (no response object). I checked in Xano and Xano is registering the API endpoint request for signup but not login. Below are screenshots for WeWeb & Xano including the Sagger verification that the login endpoint is working.

WeWeb config

WeWeb Error

Signup Endpoint Settings

Login Endpoint Settings

Login Swagger

Hi,

can you provide the json with the error from the Xano request history?

Need to see the error

And check this setting, it should be turned off in general.

1 Like

Hi @Batik_Okazov. That is part of the issue. I’m not seeing the request show up in xano, but when I execute via Swagger it does appear. What feels odd is that the signup (using the same xano auth plugin) does hit the xano API request

That’s odd indeed. So, that’s an error which doesn’t actually send any request from the browser.

Can you check the console in the devtools (F12)? There definitely should be an error when you try perfoming the login.