#Axios Request Error
17 messages · Page 1 of 1 (latest)
You'll need to show us some code.
const { data } = await axios.post(
https://hcaptcha.com/siteverify?response=${hcapthaToken}&secret=....,
);
How do you import axios?
import axios from axios
Axios version?
Latest
Hmm, default import should be fine for the latest axios
Fix?
Do you have a reproduction of this? Seems very unlikely to be related to Nest, but I can take a look if you have code that reproduces this
?
Do you have code that I can run to reproduce this?
Then can you get me a reproduction that shows that it is?
Tomorrow I send it
i have try node-fetch and it work