We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 023a932 commit 9e6986aCopy full SHA for 9e6986a
frontend/src/Components/Headers/index.tsx
@@ -50,6 +50,24 @@ const Header = () => {
50
is running and that your .env file has been configured
51
correctly.
52
</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
64
+ href="https://dashboard.plaid.com/activity/logs"
65
66
67
+ activity log
68
69
+ on your Plaid dashboard.
70
+ </div>
71
<div>
72
Error Code: <code>{linkTokenError.error_code}</code>
73
0 commit comments