If I use built-in makeRequest
, I will get this error:
AxiosError: There is no suitable adapter to dispatch the request since :
- adapter xhr is not supported by the environment
- adapter http is not available in the build
I referred to the solution in this post, so Is there any way to solve my problem?