I’m getting an AxiosError when I try to login after setting up the Xano Auth plugin.
Checked so far:
Xano Auth plugin is setup succesfully with no issues
Xano plugin is able to get public endpoints succesfully (private endpoints also return Axios Error but they do show up in Xano request history as unauthorised)
Login requests are not showing up in Xano request history
Login endpoint is set to public on Xano and is defined in Xano Auth configuration. The Xano Login endpoint is just the default one provided by Xano.
Hello,
check if the auth plugin is sending to the authentication endpoints correctly, and if it is returning the token after login.
If the endpoints were created manually, make sure they are authentication endpoints. If not, record a short video demonstrating it so I can help you better.
Check if the user is created in your authentication table.
check if the auth plugin is sending to the authentication endpoints correctly, and if it is returning the token after login.
What’s the best way to check this? I can see it is populating a list of my endpoints into the dropdown menus sucessfully.
If the endpoints were created manually, make sure they are authentication endpoints. If not, record a short video demonstrating it so I can help you better.
Not manual - so definitely configured as authentication endpoints. It is just the standard auth endpoints provided by Xano without any changes yet.