We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a weird error log in my app
Steps to reproduce the behavior:
No logs
dapp:dev: ⚠ ../../node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected]/node_modules/@web3auth/auth/dist/lib.esm/core/auth.js dapp:dev: Attempted import error: 'SESSION_SERVER' is not exported from '@toruslabs/constants' (imported as 'SESSION_SERVER'). dapp:dev: dapp:dev: Import trace for requested module: dapp:dev: ../../node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected]/node_modules/@web3auth/auth/dist/lib.esm/core/auth.js dapp:dev: ../../node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected]/node_modules/@web3auth/auth/dist/lib.esm/index.js dapp:dev: ../../node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected]/node_modules/@toruslabs/base-controllers/dist/lib.esm/BaseController.js dapp:dev: ../../node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected]/node_modules/@toruslabs/base-controllers/dist/lib.esm/index.js dapp:dev: ../../node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected]/node_modules/@web3auth/base/dist/lib.esm/index.js dapp:dev: ../../packages/utils/services/web3auth.ts
The text was updated successfully, but these errors were encountered:
Can be patched by setting the resolutions to:
"resolutions": { "@web3auth/auth": "9.5.1" }
Sorry, something went wrong.
No branches or pull requests
Describe the bug
I have a weird error log in my app
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No logs
Screenshots
Device Info (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: