https://github.com/coderbyheart/snowpack-typescript-amplify
Minimal example
https://github.com/coderbyheart/snowpack-typescript-amplify
Last synced: 9 months ago
JSON representation
Minimal example
- Host: GitHub
- URL: https://github.com/coderbyheart/snowpack-typescript-amplify
- Owner: coderbyheart
- Created: 2021-07-22T14:41:32.000Z (over 4 years ago)
- Default Branch: saga
- Last Pushed: 2021-07-22T14:54:58.000Z (over 4 years ago)
- Last Synced: 2025-02-01T11:11:09.527Z (11 months ago)
- Language: TypeScript
- Size: 237 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Run `npm start`.
Browser console will print:
```
[ERROR] 43:49.211 AuthError -
Error: Amplify has not been configured correctly.
The configuration object is missing required auth properties.
This error is typically caused by one of the following scenarios:
1. Did you run `amplify push` after adding auth via `amplify add auth`?
See https://aws-amplify.github.io/docs/js/authentication#amplify-project-setup for more information
2. This could also be caused by multiple conflicting versions of amplify packages, see (https://docs.amplify.aws/lib/troubleshooting/upgrading/q/platform/js) for help upgrading Amplify packages.
```