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

MEDIA_URL bug, can't get valid img url from cgw-web service #174

Open
alexvarko opened this issue Jan 29, 2025 · 0 comments · May be fixed by #175
Open

MEDIA_URL bug, can't get valid img url from cgw-web service #174

alexvarko opened this issue Jan 29, 2025 · 0 comments · May be fixed by #175

Comments

@alexvarko
Copy link

I'm trying to download chain_logo and currency_logo on chain settings via cfg/admin. I have tried next configurations:

  1. When MEDIA_URL = "/media"
Image
  1. When MEDIA_URL = "https://localhost:8000/media"
Image Image
  1. When MEDIA_URL = "https://localhost:8000/cfg/media"

So, the only way to download and open the icon via a direct link, when MEDIA_URL="/media/”, as described in the first configuration.

xliee added a commit to xliee/safe-infrastructure that referenced this issue Feb 2, 2025
This fixes an issue when accessing/saving the cfg assets and stores the media assets in a volume making the assets persist when the container changess
fixes safe-global#174
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

Successfully merging a pull request may close this issue.

1 participant