Xano Auth data source gives error

I’m setting up 2 data sources in Xano (live & test). I’ve successfully wired the ‘test’ as data source for my editor in the xano plugin and can see different data being loaded depending on which source I select. However, when I select the same ‘test’ source for the editor in the Xano AUTH app, I instantly get a “NETWORK ERROR” when trying to log in. I can see in the logs that the X-Data-Source: “test” is being passed correctly.

This feels like a bug to me but maybe I’m doing something wrong?

1 Like

Hi Niels :waving_hand:,

before I understand if this is a bug or not, can you share some screenshots and logs of your project?

Heya thanks for the quick reply, I just found the solution due to some other API’s also not working apart from the auth ones so I was frantically digging around…

Turns out I had to add “X-Data-Source” to my allowed headers in CORS management of the API group….

3 Likes