You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect clientId from config to be injected in the request data.
What is actually happening?
Because my ata is strongofied, auth module cannot inject my clientId inside the request data. TypeError: Cannot create property 'client_id' on string 'username=aaa&password=bbb'
if (this.options.clientId) {
endpoint.data.client_id = this.options.clientId;
}
Steps to reproduce
Try to login with a stringified data.
Additional information
Checklist
I have tested with the latest Nuxt version and the issue still occurs
I have tested with the latest module version and the issue still occurs
I have searched the issue tracker and this issue hasn't been reported yet
The text was updated successfully, but these errors were encountered:
Version
module: 5.0.0-1608568767.2fe2217
nuxt: 2.14.12
Nuxt configuration
mode:
Nuxt configuration
Reproduction
What is expected?
I expect clientId from config to be injected in the request data.
What is actually happening?
Because my ata is strongofied, auth module cannot inject my clientId inside the request data.
TypeError: Cannot create property 'client_id' on string 'username=aaa&password=bbb'
Steps to reproduce
Try to login with a stringified data.
Additional information
Checklist
The text was updated successfully, but these errors were encountered: