You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
AFAIK, issues start to arise when multiple different versions of amplify packages are installed on the same machine. However, a simple install of yarn add aws-ampllify aws-ampify-react results in multiple versions of multiple packages being installed.
To Reproduce
Steps to reproduce the behavior:
In a clean project, yarn add aws-amplify aws-amplify-react
I have had auth issues in the past from multiple packages. I currently see an Analytics error of: Unhandled Rejection: (Error): Analytics has not been configured , but I have not confirmed that this is due to package conflicts
Expected behavior
I believe that all of the individual packages should depend on the latest versions of the other packages at the point of each release.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Describe the bug
AFAIK, issues start to arise when multiple different versions of amplify packages are installed on the same machine. However, a simple install of
yarn add aws-ampllify aws-ampify-react
results in multiple versions of multiple packages being installed.To Reproduce
Steps to reproduce the behavior:
yarn add aws-amplify aws-amplify-react
I have had auth issues in the past from multiple packages. I currently see an Analytics error of:
Unhandled Rejection: (Error): Analytics has not been configured
, but I have not confirmed that this is due to package conflictsExpected behavior
I believe that all of the individual packages should depend on the latest versions of the other packages at the point of each release.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Mac osx
[email protected]
[email protected]
Additional context
This might be related to #3096
Sample code
You can turn on the debug mode to provide more info for us by setting window.LOG_LEVEL = 'DEBUG'; in your app.
The text was updated successfully, but these errors were encountered: