Skip to content
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

Tx-Builder renders nothing but a Header #704

Open
web3-sean opened this issue Jun 2, 2023 · 3 comments
Open

Tx-Builder renders nothing but a Header #704

web3-sean opened this issue Jun 2, 2023 · 3 comments

Comments

@web3-sean
Copy link

Description

After installing dependencies with yarn and updating my local .env and then running yarn start:tx-builder I'm only getting a blank page with the Txn-Builder title bar.

Environment

  • Browser: Chrome
  • Wallet: MetaMask
  • Safe:
  • Environment: Mainnet
    • production (rinkeby)

Steps to reproduce

  1. Download Repo
  2. Run yarn install
  3. Update .env from .env.example
  4. Run yarn start:tx-builder

Expected result

I expect to get a batch transaction UI like in production: https://app.safe.global/apps/open?safe=eth:0x4f3f23c1B60B88eEEc2BA5531C502b0a07D857Ed&appUrl=https%3A%2F%2Fapps.gnosis-safe.io%2Ftx-builder

Obtained result

Screenshot 2023-06-03 at 8 23 18 AM

No console or terminal errors either unfortunately :/

Screenshots

@dasanra
Copy link
Contributor

dasanra commented Jul 20, 2023

This is expected when the app is not executed inside of the Safe App context.

Could you try to add to the Safe web interface as a custom Safe App. That way it will show you the form.

@federava
Copy link

Hi @dasanra, I'm running the Tx-Builder app in a local safe-infrastructure instance that's set up with our chain. I can open it from Safe Wallet UI but I'm also getting a blank page even inside the Safe web interface. Any suggestions on configuration or what could be yielding this result?

Already added our blockchain to tx-builder networks.js and safe-infrastructure already supports it.

Also add it in safe-infrastructure configuration http://localhost:8000/cfg/admin/safe_apps/safeapp/.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@federava @dasanra @web3-sean and others