-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
Build Error #13
Comments
Hey thank you for your time in reporting the issue; really appreciated! Can you please include some other relevant information? examples would be:
|
Hi Michele, I have a small nextjs app I have as a public repo where I tried to enable browserwallets with your package. You can take a look at the lib version, next config and the dynamic import used. Here is the repository: What you can do is download the code and then try to build it with "yarn run build" in vscode. It gets stuck trying to build the app. |
Hi Michele,
I absolutely love your work and have been using your cardano-wallet-interface in a nextjs app. The thing is the app would build without issues before importing this package, but since I imported the package a build error appeared. In development everything works fine, but once I run the command 'yarn run build' the build doesn't happen. Without the package the app builds without issues, but with the package it wont build. A build error like this would only appear if I had 100k static pages, but I only have 3.
Any ideas how this can be resolved?
The text was updated successfully, but these errors were encountered: