Hi WeWeb Community,
I’m building my very first SaaS product using WeWeb with Xano as my backend. I don’t have any coding or technical background — I’m learning everything as I go, and this is my first time setting up a login/signup flow.
Right now, I’m stuck on the login/signup page, and I keep getting a 401 error when I test it. I’ve tried to troubleshoot it myself, but I’m not sure what I’m missing or doing wrong.
Here’s what I’ve tried:
• I followed the WeWeb + Xano authentication tutorial step by step.
• I confirmed that the API endpoints from Xano are correct and connected.
• I bound the email and password fields to my form correctly.
• I made sure the inputs are being passed to the API request.
• I checked my Xano Auth settings and CORS — they look fine to me.
But I still get a 401 Unauthorized error when I try to log in or sign up. Since I’m new to all this, I’m not sure if it’s an issue with how I’m sending the request, the headers, or something I forgot to include.
If anyone can explain what might be causing this (in beginner-friendly terms ), I’d be super grateful. I’m really trying to push through and get this working!
Thanks so much in advance,
— Ashley