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
If you are using a build system such as Webpack, make sure that you do not use string concatenation or interpolation when importing the SDK. This is because the SDK URL is a dynamic URL and the build system might not be able to resolve it during static analysis.
45
+
Make sure to replace the `<PUBLIC_API_KEY>` in the above string with the provided public API key.
46
46
:::
47
47
48
48
### Passing the Request ID to the Backend
@@ -59,7 +59,7 @@ import EmailPassword from "supertokens-auth-react/recipe/emailpassword";
59
59
60
60
const ENVIRONMENT_ID ="<environment-id>"; // Your environment ID that you received from the SuperTokens team
61
61
// Initialize the agent on page load using your public API key that you received from the SuperTokens team.
0 commit comments