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
Thanks for filling out this bug report. Please provide as much detail as possible.
If your issue is with our RPC APIs and not the SDK please report your issue on (discord)[https://alchemy.com/discord].
[REQUIRED] Environment
Browser version:
AA SDK version: 3.11.1
Package: alchemy/aa-alchemy
[REQUIRED] Describe the problem
Getting error when doing build for my nextjs project.
⨯ unhandledRejection: ReferenceError: document is not defined
at createSigner (webpack-internal:///(ssr)/./node_modules/@alchemy/aa-alchemy/dist/esm/config/store/client.js:43:27)
How to reproduce:
Relevant code or sample repro:
The text was updated successfully, but these errors were encountered:
⨯ node_modules/@alchemy/aa-alchemy/dist/esm/config/actions/getAccount.js (6:14) @ getAccount
⨯ ClientOnlyPropertyError: account is only available on the client
Thanks for filling out this bug report. Please provide as much detail as possible.
If your issue is with our RPC APIs and not the SDK please report your issue on (discord)[https://alchemy.com/discord].
[REQUIRED] Environment
[REQUIRED] Describe the problem
Getting error when doing build for my nextjs project.
⨯ unhandledRejection: ReferenceError: document is not defined
at createSigner (webpack-internal:///(ssr)/./node_modules/@alchemy/aa-alchemy/dist/esm/config/store/client.js:43:27)
How to reproduce:
Relevant code or sample repro:
The text was updated successfully, but these errors were encountered: