Hey, I had a similar issue with node detect call api axios error, and it turned out to be a network issue. If you’re working locally, try using `ngrok` to expose your local server to the internet. This can help you test API calls more reliably.
Also, double-check your Axios version—sometimes upgrading or downgrading can fix weird bugs.
Also, double-check your Axios version—sometimes upgrading or downgrading can fix weird bugs.
