Axios error while sending data from WeWeb to Xano

Hello,

I am Sambhavi, and I just started exploring WeWeb and Xano. I built a simple Contact Form with 3 fields, Full name, email and message in WeWeb. I created a corresponding database and API in Xano. I’m on a free plan in both.

I created a workflow for the form container as @Joyce explains in this lesson. Just that I used the Xano plugin and not the Rest API.

When I click on test, I get the following error:
name: “AxiosError”

stack: “AxiosError: Network Error at c.onerror (https://editor-cdn.weweb.io/public/js/chunk-vendors.c8e8a31e.js:499:161324) at ni.request (https://editor-cdn.weweb.io/public/js/chunk-vendors.c8e8a31e.js:499:168725) at async Object.request (https://cdn.weweb.io/components/cd33cf33-e29f-4e8c-ac26-b997fe507ce7/a982df17-e1f0-42f7-b026-1391ec3521b5/dist/manager.js:1:54445) at async S (https://editor-cdn.weweb.io/public/js/index.f5226912.js:1:416734)”

message: “Network Error”

code: “ERR_NETWORK”

configObject

requestObject

type or paste code here

If it helps, here is the screenshot of my workflow.

image

And this is my layout:

I did run through all the other posts that talk about Network error while using Xano plugin. Nothing rings a bell yet.

Could someone help please.

Okay, I was able to figure it out myself. The mistake I did was, I missed to Authenticate in Xano’s swagger API which is why the APIs weren’t accessible from WeWeb.

Hope this helps a newbie like me :grinning: