Skip to content

Conversation

gmoqa
Copy link

@gmoqa gmoqa commented Apr 9, 2021

The scheme option seems not be overwriting correctly, to make your schema work I had to overwrite this option on nuxt.config.js

image

  • from :
    this.options.auth.strategies.cognito._scheme

  • to :
    this.options.auth.strategies.cognito.scheme

Taking that away, your schema worked perfectly on my proyect.

Saludos

I think the `scheme` option is not being overwritten correctly on the line 7, to make your schema work I had to overwrite it in nuxt.config.js.

from : 
    this.options.auth.strategies.cognito._scheme

to : 
    this.options.auth.strategies.cognito.scheme
@gmoqa gmoqa changed the title Update index.js Fix strategies cognito scheme options Apr 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant