serverless-stack-demo-client icon indicating copy to clipboard operation
serverless-stack-demo-client copied to clipboard

Source for the demo app client in the Serverless Stack Guide

Results 31 serverless-stack-demo-client issues
Sort by recently updated
recently updated
newest added

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

Bumps [react-dev-utils](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-dev-utils) from 11.0.0 to 11.0.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-dev-utils&package-manager=npm_and_yarn&previous-version=11.0.0&new-version=11.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

Though I am logged in as a valid user, I can neither get nor create notes from localhost. I keep getting 403 { missing authorization token}. Can someone help with...

https://serverless-stack.com/chapters/redirect-on-login.html The above chapter specifies a function `querystring`. This function fails by taking a url of type ``` /login?redirect=/myaccouny?somearg=hithere&diffarg=hello&random=2019235929rwfsjfoo98iuih ``` and redirecting to ``` /myaccouny?somearg=hithere ``` cutting off any additional...

I want to delete user from cognito Pool

I've tried a few different ways to make the login page the default home page, but can't seem to get it to work without causing weird issues with being unauth'd...

The [Redirection on login ](http://serverless-stack.com/chapters/redirect-on-login.html) seems broken. ### To reproduce 1) get a link of notes like : http://localhost:3000/notes/1bbbcb50-5ca9-11e7-a06c-01d04c457710 2) logout 3) paste the link in browser and key in...

Hitting this in the `Auth.signOut()` call: `TypeError: Cannot read property 'clearCachedId' of null` I've actually wrapped the call in a try-catch, as it swallows the exception and does nothing otherwise....

how come this line is missing 0 as mentioned in the tutorial this.props.history.push("/");