Jay

Results 857 comments of Jay

Yeah that's a good point. Let me put something together.

Here we go, just created a starter specifically for TS: https://github.com/AnomalyInnovations/serverless-typescript-starter

@aspencerpsu Thanks! I'm glad it has been helpful. This is a part of the bigger tutorial here - http://serverless-stack.com And we have a Patreon page up as well. https://www.patreon.com/serverless_stack

@charlesfrancisco I'm guessing there was an update to one of the dependencies. Since this wasn't an issue before - https://demo.serverless-stack.com. Can you share your `package.json` so I can check what...

Hi there, can you post this in the forums instead? https://discourse.serverless-stack.com

@bencarlson Can I try it in your project? Link me to your repo or upload it. I'd like to see what is going on.

@forste I don't think this change would work. The `await` is on the function `userHasAuthenticated` that does not return anything. Both `userHasAuthenticated` and the `this.setState({ isAuthenticating: false })` should get...

@timotanhong Hmm I couldn't get this to reproduce. But while I was testing I noticed that I had some changes I had not pushed to this branch (https://github.com/AnomalyInnovations/serverless-stack-demo-client/tree/redirect-on-login). Maybe that...

@anoora17 Can you post the issue on our forums - https://discourse.serverless-stack.com?