Having trouble connecting WeWeb to Xano

Hey everyone,

I’m currently learning WeWeb and Xano by building my first project, and I’ve run into a wall I just can’t seem to break through. I’m trying to connect my Xano backend to WeWeb, but every time I send a request (like logging in or creating a record), I get a generic “Network Error” - and the weird part is that nothing shows up in Xano’s request history. It’s like the request never even reaches the backend.

I’ve tried reading through this forum and I’ve seen that a lot of people have run into similar issues, but it seems like each setup is slightly different, so it didn’t help.

I’m using the free Xano instance, and I’ve set up the Xano plugin in WeWeb along with the Xano Auth plugin. I have the usual auth endpoints (login, signup, me), and they work fine in Swagger. Everything is accessible, external access is enabled, CORS is configured (GET, POST, PATCH, etc. allowed with credentials). I even tried testing the login endpoint directly in the browser, and it works.

At this point I’m honestly not sure what I’m missing. Maybe there’s something I didn’t activate in Xano, or something I set up wrong in WeWeb. I’m just hoping someone who’s been through this can spot what’s going wrong.

Appreciate any help..

Are you sure the webadress in your CORS setting is not ending with a / ?
so: https://editor.weweb.io

And not: https://editor.weweb.io/

Yes, the problem was the cors settings. Solved thanks