Skip to content

Commit 9e6986a

Browse files
add messaging to link create error (#336)
1 parent 023a932 commit 9e6986a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

frontend/src/Components/Headers/index.tsx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,24 @@ const Header = () => {
5050
is running and that your .env file has been configured
5151
correctly.
5252
</div>
53+
<div>
54+
If you are on a Windows machine, please ensure that you have
55+
cloned the repo with{" "}
56+
<InlineLink
57+
href="https://github.com/plaid/quickstart#special-instructions-for-windows"
58+
target="_blank"
59+
>
60+
symlinks turned on.
61+
</InlineLink>{" "}
62+
You can also try checking your{" "}
63+
<InlineLink
64+
href="https://dashboard.plaid.com/activity/logs"
65+
target="_blank"
66+
>
67+
activity log
68+
</InlineLink>{" "}
69+
on your Plaid dashboard.
70+
</div>
5371
<div>
5472
Error Code: <code>{linkTokenError.error_code}</code>
5573
</div>

0 commit comments

Comments
 (0)