Weird data fetch issue with Xano collection

I’ve set up a public endpoint (no authentication required) in Xano, and can see that it returns the expected data perfectly when I hit the endpoint from Postman.

But when I try to set up a collection inside WeWeb based on this endpoint, the following happens:

  • WeWeb hits the right endpoint
  • I can see in the request history of this endpoint within Xano that there was a proper response from the endpoint (verified this via Postman as well)
  • However the “Fetch data” step in the “create collection” screen within WeWeb shows the following where no data seems to have returned from Xano. Because of this, I’m unable to finish setting up this collection (and use the collection data going forward).

Pretty sure this is a bug? Could someone please help?

Thanks in advance!

Hi, could you please open the devtool of your browser and share the errors showing up if you have one ? You can also open the network tab of the devtool and see if the request is made and if anything is wrong with it

If you’re not familiar with the devtool please fill a ticket on support.weweb.io and we will give a look

Hi @Alexis - the issue got resolved. :+1:

I’m glad to hear it, what was the problem ?