Using axios in a serverles app

Is there currently any way to use axios in a serverless custom app? I tried it recently but with the exact same results as this post from almost 2 years ago.

Hi @chrism ,

in old project I ran in the same issue, so I used an older version of Axios, the 0.21.1.
It might work for you too.

Thank you very much, I was able to import and use axios v0.30.0 successfully

This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.