Open vUdav opened 3 years ago
I'm write example: https://codesandbox.io/s/wonderful-grass-zoe82
Api request is must failed, but you can see on network sending datas. Sended only login and pass, not other datas from nuxt.config.js
We recently upgraded axios versions, so this issue may now be resolved. Please upgrade to latest auth-next and let me know if this is still happening.
I'm update auth-next
to 5.0.0-1643103966.eefc505
, but problem not resolve.
Version
module: 5.0.0-1624817847.21691f1 nuxt: 2.15.8
Nuxt configuration
mode:
Nuxt configuration
Before export default
auth method on vue
What is expected?
Axios send data all params from endpoint config and from my auth method on vue.
What is actually happening?
Axios send params only from my auth method on vue.
Additional information
Checklist