From 385db6ba329f989db3ca2095fc0a91dc708063d1 Mon Sep 17 00:00:00 2001 From: Tim Nguyen <54393192+timngyn@users.noreply.github.com> Date: Fri, 22 Mar 2024 15:11:52 -0700 Subject: [PATCH] Update typo in url for localhost --- .../troubleshooting/library-not-configured/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/[platform]/build-a-backend/troubleshooting/library-not-configured/index.mdx b/src/pages/[platform]/build-a-backend/troubleshooting/library-not-configured/index.mdx index 983dd610892..d86f4fdd558 100644 --- a/src/pages/[platform]/build-a-backend/troubleshooting/library-not-configured/index.mdx +++ b/src/pages/[platform]/build-a-backend/troubleshooting/library-not-configured/index.mdx @@ -53,7 +53,7 @@ Make sure you are calling `Amplify.configure` in the root file of your project. -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. +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.