I receive the following error when trying to test a webapp built with amazon aws Cognito
{ NetworkingError: Cannot read property 'addEventListener' of undefined,
...
message: 'Cannot read property \'addEventListener\' of undefined',
code: 'NetworkingError'
}
I'm able to access the webpage and complete the auth process normally when running manually in a browser (Chrome). I suspect that it might have something to do with local storage since that's where Cognito stores session data and tokens, but I'm not 100% sure and debugging has been difficult.
I receive the following error when trying to test a webapp built with amazon aws Cognito
I'm able to access the webpage and complete the auth process normally when running manually in a browser (Chrome). I suspect that it might have something to do with local storage since that's where Cognito stores session data and tokens, but I'm not 100% sure and debugging has been difficult.