Skip to content

Commit c0dd456

Browse files
authored
Update typo in url for localhost (aws-amplify#7110)
1 parent 8ee8728 commit c0dd456

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/build-a-backend/troubleshooting/library-not-configured

1 file changed

+1
-1
lines changed

Diff for: src/pages/[platform]/build-a-backend/troubleshooting/library-not-configured/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Make sure you are calling `Amplify.configure` in the root file of your project.
5353

5454
<Callout>
5555

56-
If you are using the Next.js App Router, you can follow the suggestions in our [Next.js documentation](/[platform]/build-a-backend/server-side-rendering/nextjs/#configure-amplify-library-for-client-side-usage) for root-level configuration. Keep in mind that if you are calling any APIs at the module-level (i.e. at the top of your file) in any of the Child components, you may still run into this issue. Continue on the [Check 2](http://localhost:3000/react/build-a-backend/troubleshooting/library-not-configured/#check-2-move-module-level-amplify-api-invocations) if this is the case.
56+
If you are using the Next.js App Router, you can follow the suggestions in our [Next.js documentation](/[platform]/build-a-backend/server-side-rendering/nextjs/#configure-amplify-library-for-client-side-usage) for root-level configuration. Keep in mind that if you are calling any APIs at the module-level (i.e. at the top of your file) in any of the Child components, you may still run into this issue. Continue on the [Check 2](/[platform]/build-a-backend/troubleshooting/library-not-configured/#check-2-move-module-level-amplify-api-invocations) if this is the case.
5757

5858
</Callout>
5959

0 commit comments

Comments
 (0)