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
* Update upgrading.mdx
amplify push does not generate amplifyconfiguration.json in some cases.
* Update src/fragments/lib/troubleshooting/common/upgrading.mdx
---------
Co-authored-by: josef <[email protected]>
Copy file name to clipboardExpand all lines: src/fragments/lib/troubleshooting/common/upgrading.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,7 @@ amplify upgrade
151
151
amplify push
152
152
```
153
153
154
-
This will generate a new configuration file called `amplifyconfiguration.json`
154
+
This will generate a new configuration file called `amplifyconfiguration.json` (You may need to use `amplify pull` if there are no changes in your environment).
155
155
156
156
Wherever you called `Amplify.configure({ aws-exports });` previously (usually in the root of your project) update your code as shown below
0 commit comments