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

AddressDataElement not loading when running with Docker #2491

Open
nimrare opened this issue Feb 17, 2025 · 0 comments
Open

AddressDataElement not loading when running with Docker #2491

nimrare opened this issue Feb 17, 2025 · 0 comments

Comments

@nimrare
Copy link

nimrare commented Feb 17, 2025

Describe the bug
When running Specter inside docker, either with the official image docker run -it --rm -p 25441:25441 ghcr.io/cryptoadvance/specter-desktop:v2.1.1 or even when moving specterd into a docker container manually (specterd runs correctly outside of docker), the modal that pops up when you click on an address inside a wallet shows that address data is loading but never fully populates.

After some troubleshooting, I am quite sure the issue happens upon calling this function:

It probably has something to do with the CSRF token behind handled not correctly when running inside docker.

To Reproduce
Run docker container, set up a wallet and click on an address to see the modal pop up but not populate.

Expected behavior
The modal should populate with address data, QR Code, etc.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • Where is your node running: Connected to external electrum
  • Where is your specter running: Docker
  • If you're running a binary, which OS: Linux
  • Browser Firefox, Chrome
  • Specter Version: Seems to affect all versions I tested
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

1 participant