connect@pipedream.com to let us know!
\ No newline at end of file
diff --git a/docs-v2/pages/connected-accounts/index.mdx b/docs-v2/pages/connected-accounts/index.mdx
index ccc58a27f6a13..edb4aff970777 100644
--- a/docs-v2/pages/connected-accounts/index.mdx
+++ b/docs-v2/pages/connected-accounts/index.mdx
@@ -233,7 +233,7 @@ You can access credentials for any connected account via API, letting you build
## Passing external credentials at runtime
-If you use a secrets store like [HashiCorp Vault](https://www.vaultproject.io/) or [AWS Secrets Manager](https://aws.amazon.com/secrets-manager/), store credentials in a database, or use a service like [Nango](https://www.nango.dev/) to manage auth, you can retrieve these secrets at runtime and pass them to any step. [See the full guide here](/connected-accounts/external-auth/).
+If you use a secrets store like [Pipedream Connect](/connect) or [HashiCorp Vault](https://www.vaultproject.io/), or if you store credentials in a database, you can retrieve these secrets at runtime and pass them to any step. [See the full guide here](/connected-accounts/external-auth/).
## Connecting to apps with IP restrictions
diff --git a/helpers/package.json b/helpers/package.json
index 3f10abe15d71c..7502433e8caea 100644
--- a/helpers/package.json
+++ b/helpers/package.json
@@ -13,7 +13,7 @@
],
"homepage": "https://pipedream.com/",
"author": "Pipedream +++
+
+ The NEXT_PUBLIC_PIPEDREAM_APP_ID variable is not set in your environment. Copy the .env.example file in this directory and fill in the appropriate environment variables.
+
Refer to the Pipedream Connect docs for a full walkthrough of how to configure Connect for your site. This example app implements Connect in a Next.js (React) app.
+When your customers connect accounts with Pipedream, you'll pass their unique user ID in your system — whatever you use to identify them. In this example, we generate a random external user ID for you.
+In server.ts, the app calls serverConnectTokenCreate to create a short-lived token for the user. You'll use that token to initiate app connection requests from your site securely. SEE THE DOCS.
+ When a user wants to connect an app from your frontend, you'll call pd.connectAccount with the token and the OAuth App ID of the app you'd like to connect.
+
+ Pipedream Account ID: + {apn} +
++
+ +