Justin Leniger

Results 8 comments of Justin Leniger

I think I must have pasted my password more than once on accident. Can't reproduce with my actual password, but if I paste it 2-3 times: ``` Traceback (most recent...

I'm using in NuxtJS which generates a static site so I'm suspicious this is the issue: ![Annotation 2020-04-15 184656](https://user-images.githubusercontent.com/6526870/79402562-82155e00-7f49-11ea-8b0d-93a89ee350e2.png)

Might be a dupe. Seems like this: https://github.com/RobinCK/vue-gallery/issues/3#issuecomment-335893257

Unfortunately setting ssr: false didn’t resolve it.

I've created a minimum example reproducing the behavior we're talking about: https://github.com/jtleniger/amplify-ui-5028 > We have a e2e test that tests this scenario of using useAuthenticator without rendering the authenticator Interesting!...

Something to add, I'm not necessarily suggesting the behavior should be reverted to what it was in version 3. I'm just wondering with this change, what is the **intended** way...

I can try that but the issue isn't related to the route guard. The issue is that while signed in, on a route which does not render the `authenticator` component...

Oh interesting. So it's possible to break the the auth status by calling `useAuthenticator` at the top level of the router file. I'm inferring here, but is it due to...