-
Notifications
You must be signed in to change notification settings - Fork 105
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
Web UI with local install #118
Comments
Im getting the same issue. The UI container is crashing because of build errors.
|
This will be fixed by safe-global/safe-wallet-monorepo#2771 |
Fixed |
Was able to try this yesterday and works nicely for me, thank you! Let us know if you encounter any issues after the fix 😄 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Currently, when you run the
run_locally.sh
script, the UI container doesn't launch because it can't compile the contracts.If you dig a little deeper, the yarn
after-install
script doesn't run during assembly :https://github.com/safe-global/safe-wallet-web/blob/dev/package.json#L22
By explicitly adding the script with a command in the
docker-compose.yml
, it works:I'm opening this issue if it helps anyone and if the team wants to fix it. This issue seems to be related: #116
Thanks :)
The text was updated successfully, but these errors were encountered: