Open fabiofdsantos opened 3 years ago
I'm having the same issue on 5.12.5.
this.$axios.$request
is working for me for now:
const url = '/signup/plan'
const params = {
plan: this.order.selected_plan,
}
await this.$axios.$request({ url, params, method: 'post' })
@nuxtjs/axios v5.13.1
The following code:
Results in a POST without request data. Any idea?
Browser: Facebook 314.1.0 OS: Android 10 Device: Samsung SM-A705FN
More details: